renovate/docker-compose.yaml
Kasper Juul Hermansen e601ce211a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency renovate/renovate to v32.241.11
2022-10-26 15:13:14 +00:00

12 lines
252 B
YAML

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