renovate/docker-compose.yaml
Kasper Juul Hermansen 51eef2dedd
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.7.0
2022-10-28 12:54:45 +00:00

13 lines
269 B
YAML

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