renovate/docker-compose.yaml
Kasper Juul Hermansen e703b4ed2f
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.17.1
2022-11-03 20:59:02 +00:00

13 lines
270 B
YAML

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