Delta-Load

This commit is contained in:
2025-12-22 13:22:11 +01:00
parent edcea04b92
commit 307c8f710b
31 changed files with 680 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
dockge:
image: louislam/dockge:latest
restart: unless-stopped
container_name: dockge
deploy:
resources:
limits:
memory: 512M
ports:
# Host Port : Container Port
- 9111:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/dockge/data:/app/data
- /opt/:/opt/
environment:
# Tell Dockge where is your stacks directory
- DOCKGE_STACKS_DIR=/opt/
- DOCKGE_ENABLE_CONSOLE=true
networks: {}