feat: Adds flaresolver

This commit is contained in:
2025-11-28 22:34:56 -05:00
parent 60a93b9ee4
commit 5dbb144188

View File

@@ -49,6 +49,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 # flaresolver
volumes: volumes:
- ./gluetun:/gluetun - ./gluetun:/gluetun
# Make a '.env' file in the same directory. # Make a '.env' file in the same directory.
@@ -216,6 +217,18 @@ services:
servarrnetwork: servarrnetwork:
ipv4_address: 172.39.0.6 ipv4_address: 172.39.0.6
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
network_mode: "service:gluetun" # Routes all traffic through Gluetun
environment:
- TZ=${TIMEZONE}
depends_on:
- gluetun
# ports:
# - 8191:8191
restart: unless-stopped
# Newer additions to this stack feel. Remove the '#' to add the service. # Newer additions to this stack feel. Remove the '#' to add the service.
# #
# ytdl-sub: # ytdl-sub: