Initial Dockge image update checker
All checks were successful
Build / test (push) Successful in 14s
All checks were successful
Build / test (push) Successful in 14s
This commit is contained in:
13
compose.example.yaml
Normal file
13
compose.example.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
dockge-image-update-checker:
|
||||
build: .
|
||||
container_name: dockge-image-update-checker
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
STACKS_DIR: /opt/stacks
|
||||
CHECK_INTERVAL_SECONDS: 3600
|
||||
volumes:
|
||||
- /opt/stacks:/opt/stacks:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
Reference in New Issue
Block a user