renovate/docker-compose.yaml
Kasper Juul Hermansen 6661cfb6b0
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.4
2022-11-08 14:18:21 +00:00

13 lines
270 B
YAML

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