renovate/docker-compose.yaml

13 lines
269 B
YAML
Raw Normal View History

2022-10-26 09:22:36 +02:00
version: '3'
services:
renovate:
image: renovate/renovate:34.8.0
2022-10-26 09:22:36 +02:00
env_file: .env
2022-10-26 19:16:01 +02:00
restart: always
2022-10-26 09:22:36 +02:00
environment:
RENOVATE_CONFIG_FILE: "/opt/renovate/config.json"
LOG_LEVEL: info
volumes:
- "./config.json:/opt/renovate/config.json"