renovate/docker-compose.yaml
Kasper Juul Hermansen f1fe1a9739
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency renovate/renovate to v34
2022-10-26 15:40:16 +00:00

12 lines
249 B
YAML

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