kopia lustrzana https://github.com/Haxxnet/Compose-Examples
15 wiersze
398 B
YAML
15 wiersze
398 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
|
container_name: flaresolverr
|
|
ports:
|
|
- 8191:8191
|
|
environment:
|
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
|
- LOG_HTML=${LOG_HTML:-false}
|
|
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
|
|
- TZ=Europe/Berlin
|
|
restart: unless-stopped
|