From 5dbb14418828a3370f55251bfe7abcb9d8b0c0cb Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 28 Nov 2025 22:34:56 -0500 Subject: [PATCH] feat: Adds flaresolver --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compose.yaml b/compose.yaml index 87ee01d..784ef14 100644 --- a/compose.yaml +++ b/compose.yaml @@ -49,6 +49,7 @@ services: - 6881:6881 # qbittorrent torrent port - 6789:6789 # nzbget - 9696:9696 # prowlarr + - 8191:8191 # flaresolver volumes: - ./gluetun:/gluetun # Make a '.env' file in the same directory. @@ -216,6 +217,18 @@ services: servarrnetwork: 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. # # ytdl-sub: