This commit is contained in:
Sven Hanold
2025-12-22 15:10:35 +00:00
parent 36675f77d7
commit cb19e92f47
2 changed files with 37 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
dockge:
image: louislam/dockge:latest
restart: unless-stopped
container_name: dockge-agent
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: {}
+16
View File
@@ -0,0 +1,16 @@
services:
dozzle-agent:
restart: unless-stopped
deploy:
resources:
limits:
memory: 128M
image: amir20/dozzle:latest
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 9007:7007
networks: {}
#