mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 12:05:37 +00:00
Simplify docker-compose.yml
This commit is contained in:
parent
a57510aa0d
commit
ea5e461fb4
@ -6,17 +6,9 @@ services:
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
container_name: flaresolverr
|
||||
environment:
|
||||
- LOG_HTML=${LOG_HTML:-false}
|
||||
- HOST=${HOST:-0.0.0.0}
|
||||
# Used to change the verbosity of the logging
|
||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||
# Enables hcaptcha-solver => https://github.com/JimmyLaurent/hcaptcha-solver
|
||||
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-None}
|
||||
#- CAPTCHA_SOLVER=hcaptcha-solver
|
||||
# Enables CaptchaHarvester => https://github.com/NoahCardoza/CaptchaHarvester
|
||||
#- CAPTCHA_SOLVER=harvester
|
||||
#- HARVESTER_ENDPOINT=https://127.0.0.1:5000/token
|
||||
- HEADLESS=${HEADLESS:-true}
|
||||
- LOG_HTML=${LOG_HTML:-false}
|
||||
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
||||
ports:
|
||||
- "${PORT:-8191}:8191"
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user