renovate/docker-compose.yaml
Kasper Juul Hermansen 9caf5a7afd
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update renovate/renovate Docker tag to v34.4.0
2022-10-27 19:53:59 +00:00

13 lines
269 B
YAML

version: '3'
services:
renovate:
image: renovate/renovate:34.4.0
env_file: .env
restart: always
environment:
RENOVATE_CONFIG_FILE: "/opt/renovate/config.json"
LOG_LEVEL: info
volumes:
- "./config.json:/opt/renovate/config.json"