renovate/docker-compose.yaml
kjuulh 03683823ee
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add grouping
2022-10-26 19:16:12 +02:00

13 lines
272 B
YAML

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