added dockge and dozzle

This commit is contained in:
2025-01-13 10:49:13 -08:00
parent 072616dc79
commit f3bba9e7e4
7 changed files with 37 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
dockge:
image: louislam/dockge:latest
restart: unless-stopped
ports:
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /data/dockge/data:/app/data
- /opt/stacks:/opt/stacks
environment:
- DOCKGE_STACKS_DIR=/data/dockge/stacks