Update arr-stack/docker-compose.yml
This commit is contained in:
@@ -33,6 +33,7 @@ services:
|
|||||||
- 6881:6881 # qbittorrent torrent port
|
- 6881:6881 # qbittorrent torrent port
|
||||||
- 6789:6789 # nzbget
|
- 6789:6789 # nzbget
|
||||||
- 9696:9696 # prowlarr
|
- 9696:9696 # prowlarr
|
||||||
|
- 8191:8191 # flaresolverr
|
||||||
- 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
|
||||||
@@ -60,9 +61,6 @@ services:
|
|||||||
#- GLUETUN_API_KEY=yourtoken
|
#- GLUETUN_API_KEY=yourtoken
|
||||||
#- GLUETUN_USER=username
|
#- GLUETUN_USER=username
|
||||||
#- GLUETUN_PASSWORD=password
|
#- GLUETUN_PASSWORD=password
|
||||||
networks:
|
|
||||||
- servarrnetwork:
|
|
||||||
ipv4_address: 172.39.0.8
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
@@ -112,7 +110,7 @@ services:
|
|||||||
- TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env
|
- TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./qbittorrent:/config
|
- ./qbittorrent:/config
|
||||||
- /data:/data
|
- ./qbittorrent/data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -148,7 +146,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./nzbget:/config
|
- ./nzbget:/config
|
||||||
- /data:/data
|
- ./nzbget/data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -184,7 +182,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./sonarr:/config
|
- ./sonarr:/config
|
||||||
- /data:/data
|
- ./sonarr/data:/data
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
networks:
|
networks:
|
||||||
@@ -202,7 +200,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./radarr:/config
|
- ./radarr:/config
|
||||||
- /data:/data
|
- ./radarr/data:/data
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
networks:
|
networks:
|
||||||
@@ -216,7 +214,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./lidarr:/config
|
- ./lidarr:/config
|
||||||
- /data:/data
|
- ./lidarr/data:/data
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
@@ -238,7 +236,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./bazarr:/config
|
- ./bazarr:/config
|
||||||
- /data:/data
|
- ./bazarr/data:/data
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
networks:
|
networks:
|
||||||
@@ -265,6 +263,24 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
|
|
||||||
|
flaresolverr:
|
||||||
|
# DockerHub mirror flaresolverr/flaresolverr:latest
|
||||||
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||||
|
container_name: flaresolverr
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
|
- LOG_FILE=${LOG_FILE:-none}
|
||||||
|
- LOG_HTML=${LOG_HTML:-false}
|
||||||
|
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
||||||
|
- TZ=${TZ}
|
||||||
|
volumes:
|
||||||
|
- ./flaresolver:/config
|
||||||
|
depends_on:
|
||||||
|
gluetun:
|
||||||
|
condition: service_healthy
|
||||||
|
restart: true
|
||||||
|
network_mode: "service:gluetun"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
servarrnetwork:
|
servarrnetwork:
|
||||||
ipv4_address: 172.39.0.7
|
ipv4_address: 172.39.0.7
|
||||||
Reference in New Issue
Block a user