Update arr-stack/docker-compose.yml

This commit is contained in:
2026-06-20 17:01:29 -05:00
parent 9ea77bb2b5
commit 1f2fd421c5
+3 -3
View File
@@ -37,6 +37,7 @@ services:
- 8888:8888/tcp # HTTP proxy - 8888:8888/tcp # HTTP proxy
- 8388:8388/tcp # Shadowsocks - 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks - 8388:8388/udp # Shadowsocks
- 3002:3000 #webui
volumes: volumes:
- ./gluetun:/gluetun - ./gluetun:/gluetun
# Make a '.env' file in the same directory. # Make a '.env' file in the same directory.
@@ -53,8 +54,6 @@ services:
gluetun-webui: gluetun-webui:
image: scuzza/gluetun-webui:latest image: scuzza/gluetun-webui:latest
container_name: gluetun-webui container_name: gluetun-webui
ports:
- "3002:3000"
environment: environment:
- GLUETUN_CONTROL_URL=http://gluetun:8000 - GLUETUN_CONTROL_URL=http://gluetun:8000
- PUID=${PUID} - PUID=${PUID}
@@ -71,6 +70,7 @@ services:
- no-new-privileges:true - no-new-privileges:true
cap_drop: cap_drop:
- ALL - ALL
network_mode: "container:gluetun"
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3002/api/health"] test: ["CMD", "wget", "-qO-", "http://localhost:3002/api/health"]
interval: 30s interval: 30s
@@ -97,7 +97,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
- ./sites.conf:/config/sites.conf:ro - ./sites.conf:/config/sites.conf:ro
- ./logs:/logs - ./logs:/logs
network_mode: "container:gluetun"
# Containers run through Gluetun. Qbittorrent is on 8085, nzbget is on port 6789, Prowlarr is on port 9696 # Containers run through Gluetun. Qbittorrent is on 8085, nzbget is on port 6789, Prowlarr is on port 9696
qbittorrent: qbittorrent: