add github as well
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
renovate:
|
||||
image: renovate/renovate:34.23.1
|
||||
image: renovate/renovate:34
|
||||
env_file: .env
|
||||
restart: always
|
||||
environment:
|
||||
@@ -10,3 +10,13 @@ services:
|
||||
LOG_LEVEL: info
|
||||
volumes:
|
||||
- "./config.json:/opt/renovate/config.json"
|
||||
|
||||
renovate_github:
|
||||
image: renovate/renovate:34
|
||||
env_file: .github.env
|
||||
restart: always
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: "/opt/renovate/config-github.json"
|
||||
LOG_LEVEL: info
|
||||
volumes:
|
||||
- "./config-github.json:/opt/renovate/config-github.json"
|
||||
|
Reference in New Issue
Block a user