Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add flareresolverr
  • Loading branch information
l4rm4nd authored Feb 28, 2024
1 parent 13278e7 commit 6cb5b8f
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions examples/arr-suite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:
- 8787/tcp # web ui
ports:
- 8787:8787/tcp # web ui
restart: unless-stopped
restart: unless-stopped
#networks:
# - proxy
#labels:
Expand All @@ -134,7 +134,22 @@ services:
# - traefik.http.services.readarr.loadbalancer.server.port=8787
# # Optional part for traefik middlewares
# - traefik.http.routers.readarr.middlewares=local-ipwhitelist@file


# image used to bypass cloudflare for prowlarr
flaresolverr:
image: flaresolverr/flaresolverr:latest
container_name: arr-suite-flaresolverr
environment:
- LOG_LEVEL=info
- LOG_HTML=false
- CAPTCHA_SOLVER=none
- TZ=Europe/Berlin
expose:
- 8191/tcp # listening port for selenium
restart: unless-stopped
#networks:
# - proxy

# image used to download stuff
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
Expand Down

0 comments on commit 6cb5b8f

Please sign in to comment.