Update docker-compose.yml

Added Dozzle
This commit is contained in:
Donny 2024-02-18 19:16:18 -07:00 committed by GitHub
parent e95ab2176b
commit 906d3d42e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,8 +187,8 @@ services:
- 8388:8388/udp # Shadowsocks - 8388:8388/udp # Shadowsocks
- 8080:8080 #Qbittorent Web UI - 8080:8080 #Qbittorent Web UI
- 8081:8081 #Qbittorent Web UI - 8081:8081 #Qbittorent Web UI
- 6881:6881 - 8694:8694
- 6881:6881/udp - 8694:8694/udp
volumes: volumes:
- ${BASE_PATH}/gluetun:/gluetun - ${BASE_PATH}/gluetun:/gluetun
environment: environment:
@ -216,6 +216,7 @@ services:
- PGID=${USER_ID} - PGID=${USER_ID}
- TZ=${TZ} - TZ=${TZ}
- WEBUI_PORT=8080 - WEBUI_PORT=8080
- TORRENTING_PORT=8694
healthcheck: # https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220 healthcheck: # https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220
test: "curl -sf https://1.1.1.1/ || exit 1" test: "curl -sf https://1.1.1.1/ || exit 1"
interval: 1m interval: 1m
@ -370,4 +371,13 @@ services:
- 5690:5690 - 5690:5690
volumes: volumes:
- ${BASE_PATH}/wizarr/data/database:/data/database - ${BASE_PATH}/wizarr/data/database:/data/database
#Dozzle - Used to easily view logs of any container in real time!
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 9999:8080