updated dozzle compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user