Use slim and map to right place
This commit is contained in:
parent
442baef97f
commit
5d92134e2e
@ -3,11 +3,9 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
renovate:
|
renovate:
|
||||||
environment:
|
|
||||||
- RENOVATE_CONFIG_FILE=/etc/config.js
|
|
||||||
configs:
|
configs:
|
||||||
- source: config-js-prod-v1
|
- source: config-js-prod-v1
|
||||||
target: /etc/config.js
|
target: /usr/src/app/config.js
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -3,4 +3,4 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
renovate:
|
renovate:
|
||||||
image: "renovate/renovate:19"
|
image: "renovate/renovate:slim"
|
||||||
|
Reference in New Issue
Block a user