updated dozzle compose
This commit is contained in:
@@ -18,15 +18,25 @@ services:
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:latest
|
||||
environment:
|
||||
- DOZZLE_ADDR=:1234
|
||||
- DOZZLE_REMOTE_AGENT=192.168.1.33:7007
|
||||
- DOZZLE_REMOTE_AGENT=192.168.1.35:7007
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 9999:1234
|
||||
- 9999:8080
|
||||
restart: always
|
||||
volumes:
|
||||
- /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:
|
||||
container_name: portainer
|
||||
image: portainer/portainer-ce:latest
|
||||
|
||||
Reference in New Issue
Block a user