diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 28f3e31..ddee554 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -3,11 +3,9 @@ version: "3.8" services: renovate: - environment: - - RENOVATE_CONFIG_FILE=/etc/config.js configs: - source: config-js-prod-v1 - target: /etc/config.js + target: /usr/src/app/config.js healthcheck: disable: true deploy: diff --git a/docker-compose.yml b/docker-compose.yml index 4fc7ffd..2f017ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,4 +3,4 @@ version: "3.8" services: renovate: - image: "renovate/renovate:19" + image: "renovate/renovate:slim"