Publish image to Gitea registry
Some checks failed
Build / test (push) Successful in 13s
Build / container (push) Failing after 39s

This commit is contained in:
MrSphay
2026-05-14 17:45:05 +02:00
parent 0e0a21f508
commit f3608568a0
5 changed files with 75 additions and 1 deletions

13
compose.dockge.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
dockge-image-update-checker:
image: git.wilkensxl.de/mrsphay/dockge-image-update-checker:latest
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