feat: disable local github

This commit is contained in:
root 2024-05-23 21:42:11 +02:00
parent e3f172b4e1
commit e84c81f3f5

View File

@ -2,7 +2,7 @@ version: '3'
services:
renovate:
image: renovate/renovate:34
image: renovate/renovate:37
env_file: .env
restart: always
environment:
@ -11,12 +11,12 @@ services:
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"
# 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"