Use slim and map to right place

This commit is contained in:
Luke Murphy 2020-05-07 10:45:31 +02:00
parent 442baef97f
commit 5d92134e2e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -3,4 +3,4 @@ version: "3.8"
services:
renovate:
image: "renovate/renovate:19"
image: "renovate/renovate:slim"