Add renovate
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user