configure flaresolverr

This commit is contained in:
2026-02-15 19:51:33 +01:00
parent 6dffdc8daa
commit 464923f0d2
3 changed files with 23 additions and 1 deletions

18
compose.flaresolverr.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:v3.4.6
container_name: flaresolverr
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Europe/Amsterdam
ports:
- "8191:8191"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8191/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 15s

View File

@@ -17,7 +17,10 @@ services:
nodered:
labels:
- autoheal=true
surfshark:
flaresolverr:
labels:
- autoheal=true
gluetun:
labels:
- autoheal=true
qbittorrent:

View File

@@ -37,6 +37,7 @@ include:
- compose.bazarr.yaml
# Downloads
- compose.flaresolverr.yaml
- compose.prowlarr.yaml
- compose.jackett.yaml
- compose.qbittorrent.yaml