Files
docker-templates/dozzle-dockge/docker-compose.yml
T
nprasad2077 7a349036c5
hello-world / hello (push) Successful in 18s
new services
2026-09-19 04:15:15 -05:00

26 lines
594 B
YAML

services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
restart: unless-stopped
ports:
- '9999:8080'
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
TZ: ${TZ:-UTC}
dockge:
image: louislam/dockge:1
container_name: dockge
restart: unless-stopped
ports:
- '5001:5001'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /data/dockge/files/data:/app/data
- /data/dockge/files/stacks:/opt/stacks
environment:
DOCKGE_STACKS_DIR: /opt/stacks
TZ: ${TZ:-UTC}