mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add flaresolverr
This commit is contained in:
parent
7b9323cc04
commit
b0269469ae
3 changed files with 12 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ networks:
|
|||
|
||||
services:
|
||||
transmission:
|
||||
image: haugene/transmission-openvpn:latest-alpine
|
||||
image: haugene/transmission-openvpn:latest
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
|
|
@ -162,3 +162,12 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- web
|
||||
flaresolverr:
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
- CAPTCHA_SOLVER=hcaptcha-solver
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- web
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue