Update docker-compose.yml

This commit is contained in:
hotstovejer 2025-10-27 16:22:12 -05:00
parent 79268e74fc
commit cb69414d92

View File

@ -1,30 +1,28 @@
---
networks: networks:
servarrnetwork: servarrnetwork:
name: servarrnetwork name: servarrnetwork
ipam: ipam:
config: config:
- subnet: 172.39.0.0/24 - subnet: 172.39.0.0/24
services: services:
gluetun: gluetun:
image: qmcgaw/gluetun image: qmcgaw/gluetun
container_name: gluetun container_name: gluetun
# line above must be uncommented to allow external containers to connect.
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
devices: devices:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.2 ipv4_address: 172.39.0.2
ports: ports:
- 6881:6881 - 6881:6881
- 6881:6881/udp - 6881:6881/udp
- 8085:8085 # qbittorrent web ui - 8085:8085
- 6881:6881 # qbittorrent torrent port - 6881:6881
- 6789:6789 # nzbget - 6789:6789
- 9696:9696 # Prowlarr - 9696:9696
volumes: volumes:
- ./gluetun:/gluetun - ./gluetun:/gluetun
healthcheck: healthcheck:
@ -33,23 +31,13 @@ services:
timeout: 10s timeout: 10s
retries: 5 retries: 5
environment: environment:
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
- VPN_SERVICE_PROVIDER=private internet access - VPN_SERVICE_PROVIDER=private internet access
# - VPN_TYPE=wireguard
# OpenVPN:
- OPENVPN_USER=p5492873 - OPENVPN_USER=p5492873
- OPENVPN_PASSWORD=5goiaAsYEg - OPENVPN_PASSWORD=5goiaAsYEg
- SERVER_REGIONS=Lithuania - SERVER_REGIONS=Lithuania
# Wireguard:
# - WIREGUARD_PRIVATE_KEY=<YOUR_PRIVATE_KEY> # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/nordvpn.md#obtain-your-wireguard-private-key
# - WIREGUARD_ADDRESSES=10.5.0.2/32
# Timezone for accurate log times
- TZ=America/Chicago - TZ=America/Chicago
# Server list updater
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
- UPDATER_PERIOD=24h - UPDATER_PERIOD=24h
restart: always restart: always
qbittorrent: qbittorrent:
image: lscr.io/linuxserver/qbittorrent image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent container_name: qbittorrent
@ -73,11 +61,10 @@ services:
retries: 3 retries: 3
start_period: 20s start_period: 20s
timeout: 10s timeout: 10s
deunhealth:
deunhealth:
image: qmcgaw/deunhealth image: qmcgaw/deunhealth
container_name: deunhealth container_name: deunhealth
network_mode: "none" network_mode: none
environment: environment:
- LOG_LEVEL=info - LOG_LEVEL=info
- HEALTH_SERVER_ADDRESS=127.0.0.1:9999 - HEALTH_SERVER_ADDRESS=127.0.0.1:9999
@ -85,7 +72,6 @@ services:
restart: always restart: always
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
nzbget: nzbget:
image: lscr.io/linuxserver/nzbget:latest image: lscr.io/linuxserver/nzbget:latest
container_name: nzbget container_name: nzbget
@ -103,7 +89,6 @@ services:
restart: true restart: true
restart: unless-stopped restart: unless-stopped
network_mode: service:gluetun network_mode: service:gluetun
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr container_name: prowlarr
@ -120,7 +105,6 @@ services:
condition: service_healthy condition: service_healthy
restart: true restart: true
network_mode: service:gluetun network_mode: service:gluetun
sonarr: sonarr:
image: lscr.io/linuxserver/sonarr:latest image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr container_name: sonarr
@ -129,7 +113,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=America/Chicago - TZ=America/Chicago
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ./sonarr:/config - ./sonarr:/config
- /data:/data - /data:/data
restart: unless-stopped restart: unless-stopped
@ -138,7 +122,6 @@ services:
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.3 ipv4_address: 172.39.0.3
lidarr: lidarr:
image: lscr.io/linuxserver/lidarr:latest image: lscr.io/linuxserver/lidarr:latest
container_name: lidarr container_name: lidarr
@ -154,9 +137,8 @@ services:
- 8686:8686 - 8686:8686
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.5 ipv4_address: 172.39.0.5
restart: unless-stopped restart: unless-stopped
radarr: radarr:
image: lscr.io/linuxserver/radarr:latest image: lscr.io/linuxserver/radarr:latest
container_name: radarr container_name: radarr
@ -172,26 +154,8 @@ services:
- 7878:7878 - 7878:7878
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.4 ipv4_address: 172.39.0.4
restart: unless-stopped restart: unless-stopped
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- /etc/localtime:/etc/localtime:ro
- ./prowlarr:/config
restart: unless-stopped
depends_on:
gluetun:
condition: service_healthy
restart: true
network_mode: service:gluetun
bazarr: bazarr:
image: lscr.io/linuxserver/bazarr:latest image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr container_name: bazarr
@ -209,8 +173,6 @@ services:
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.6 ipv4_address: 172.39.0.6
ytdl-sub: ytdl-sub:
image: ghcr.io/jmbannon/ytdl-sub:latest image: ghcr.io/jmbannon/ytdl-sub:latest
container_name: ytdl-sub container_name: ytdl-sub
@ -226,7 +188,6 @@ services:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.8 ipv4_address: 172.39.0.8
restart: unless-stopped restart: unless-stopped
jellyseerr: jellyseerr:
container_name: jellyseerr container_name: jellyseerr
image: fallenbagel/jellyseerr:latest image: fallenbagel/jellyseerr:latest
@ -241,4 +202,4 @@ services:
networks: networks:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.9 ipv4_address: 172.39.0.9
restart: unless-stopped restart: unless-stopped