renovate/docker-compose.yaml
Kasper Juul Hermansen aabda4a6e2
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.20.0
2022-11-07 08:35:23 +00:00

13 lines
270 B
YAML

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