feat: disable local github
This commit is contained in:
parent
e3f172b4e1
commit
e84c81f3f5
@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
renovate:
|
renovate:
|
||||||
image: renovate/renovate:34
|
image: renovate/renovate:37
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@ -11,12 +11,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./config.json:/opt/renovate/config.json"
|
- "./config.json:/opt/renovate/config.json"
|
||||||
|
|
||||||
renovate_github:
|
# renovate_github:
|
||||||
image: renovate/renovate:34
|
# image: renovate/renovate:34
|
||||||
env_file: .github.env
|
# env_file: .github.env
|
||||||
restart: always
|
# restart: always
|
||||||
environment:
|
# environment:
|
||||||
RENOVATE_CONFIG_FILE: "/opt/renovate/config-github.json"
|
# RENOVATE_CONFIG_FILE: "/opt/renovate/config-github.json"
|
||||||
LOG_LEVEL: info
|
# LOG_LEVEL: info
|
||||||
volumes:
|
# volumes:
|
||||||
- "./config-github.json:/opt/renovate/config-github.json"
|
# - "./config-github.json:/opt/renovate/config-github.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user