renovate/docker-compose.yaml

23 lines
623 B
YAML
Raw Normal View History

2022-10-26 09:22:36 +02:00
version: '3'
services:
renovate:
2024-05-23 21:42:11 +02:00
image: renovate/renovate:37
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"
2023-01-14 13:58:45 +01:00
2024-05-23 21:42:11 +02:00
# renovate_github:
# image: renovate/renovate:34
# env_file: .github.env
# restart: always
# environment:
# RENOVATE_CONFIG_FILE: "/opt/renovate/config-github.json"
# LOG_LEVEL: info
# volumes:
# - "./config-github.json:/opt/renovate/config-github.json"