Update arr-stack/docker-compose.yml
This commit is contained in:
@@ -37,6 +37,7 @@ services:
|
||||
- 8888:8888/tcp # HTTP proxy
|
||||
- 8388:8388/tcp # Shadowsocks
|
||||
- 8388:8388/udp # Shadowsocks
|
||||
- 3002:3000 #webui
|
||||
volumes:
|
||||
- ./gluetun:/gluetun
|
||||
# Make a '.env' file in the same directory.
|
||||
@@ -53,8 +54,6 @@ services:
|
||||
gluetun-webui:
|
||||
image: scuzza/gluetun-webui:latest
|
||||
container_name: gluetun-webui
|
||||
ports:
|
||||
- "3002:3000"
|
||||
environment:
|
||||
- GLUETUN_CONTROL_URL=http://gluetun:8000
|
||||
- PUID=${PUID}
|
||||
@@ -71,6 +70,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
network_mode: "container:gluetun"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3002/api/health"]
|
||||
interval: 30s
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./sites.conf:/config/sites.conf:ro
|
||||
- ./logs:/logs
|
||||
|
||||
network_mode: "container:gluetun"
|
||||
# Containers run through Gluetun. Qbittorrent is on 8085, nzbget is on port 6789, Prowlarr is on port 9696
|
||||
|
||||
qbittorrent:
|
||||
|
||||
Reference in New Issue
Block a user