Use slim and map to right place
This commit is contained in:
parent
442baef97f
commit
5d92134e2e
@ -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:
|
||||
|
@ -3,4 +3,4 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
renovate:
|
||||
image: "renovate/renovate:19"
|
||||
image: "renovate/renovate:slim"
|
||||
|
Reference in New Issue
Block a user