renovate/docker-compose.yaml
kjuulh 915a2850ef
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add github as well
2023-01-14 13:58:45 +01:00

23 lines
542 B
YAML

version: '3'
services:
renovate:
image: renovate/renovate:34
env_file: .env
restart: always
environment:
RENOVATE_CONFIG_FILE: "/opt/renovate/config.json"
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"