Compare commits
No commits in common. "929130c5ac99c3c11050654a7a2aa022f3b9383a" and "3adc98acf98ab8ebf327ded306873f040f45b7b3" have entirely different histories.
929130c5ac
...
3adc98acf9
@ -30,7 +30,7 @@ services:
|
||||
- OWNED_ONLY=${OWNED_ONLY}
|
||||
- HEALTH_VPN_DURATION_INITIAL=${HEALTH_VPN_DURATION_INITIAL}
|
||||
healthcheck:
|
||||
test: ping -c 1.1.1.1 || exit 1
|
||||
test: ping -c 1 archlinux.org || exit 1
|
||||
interval: 60s
|
||||
timeout: 20s
|
||||
retries: 5
|
||||
@ -51,8 +51,6 @@ services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
depends_on:
|
||||
- gluetun
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- deunhealth.restart.on.unhealthy= "true"
|
||||
@ -61,12 +59,13 @@ services:
|
||||
- PGID=${USER_PGID}
|
||||
- TZ=${TZ}
|
||||
- WEBUI_PORT=8080
|
||||
- TORRENTING_PORT=6881
|
||||
volumes:
|
||||
- ${CONFIG_PATH}/qbittorrent:/config
|
||||
- ${DATA_PATH}:/data
|
||||
network_mode: service:gluetun
|
||||
healthcheck:
|
||||
test: ping -c 1.1.1.1 || exit 1
|
||||
test: ping -c 1 archlinux.org || exit 1
|
||||
interval: 60s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
@ -75,8 +74,6 @@ services:
|
||||
nzbget:
|
||||
image: lscr.io/linuxserver/nzbget:latest
|
||||
container_name: nzbget
|
||||
depends_on:
|
||||
- gluetun
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
@ -93,8 +90,6 @@ services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
depends_on:
|
||||
- gluetun
|
||||
environment:
|
||||
- PUID=${USER_PUID}
|
||||
- PGID=${USER_PGID}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user