added dozzle agent

This commit is contained in:
2024-07-05 16:54:45 -05:00
parent 87cccaaf37
commit 8ae65a33e7

View File

@@ -17,6 +17,8 @@ services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
environment:
- DOZZLE_REMOTE_AGENT=192.168.1.33:7007
networks:
- reverse-proxy
ports:
@@ -25,6 +27,14 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
dozzle-agent:
image: amir20/dozzle:latest
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7007:7007
portainer:
container_name: portainer
image: portainer/portainer-ce:latest