renovate/docker-compose.yaml

12 lines
250 B
YAML
Raw Normal View History

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