updated dozzle compose

This commit is contained in:
2024-07-05 17:01:04 -05:00
parent 52bbe48ca3
commit 7677852af0

View File

@@ -18,15 +18,25 @@ services:
container_name: dozzle container_name: dozzle
image: amir20/dozzle:latest image: amir20/dozzle:latest
environment: environment:
- DOZZLE_ADDR=:1234 - DOZZLE_REMOTE_AGENT=192.168.1.33:7007
- DOZZLE_REMOTE_AGENT=192.168.1.35:7007
networks: networks:
- reverse-proxy - reverse-proxy
ports: ports:
- 9999:1234 - 9999:8080
restart: always restart: always
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
dozzle-agent:
container_name: dozzle-agent
image: amir20/dozzle:latest
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7007:7007
portainer: portainer:
container_name: portainer container_name: portainer
image: portainer/portainer-ce:latest image: portainer/portainer-ce:latest