mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
16 lines
300 B
YAML
16 lines
300 B
YAML
services:
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
|
container_name: flaresolverr
|
|
ports:
|
|
- "100.64.0.2:8191:8191"
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
restart: unless-stopped
|
|
networks:
|
|
- nginx_proxy
|
|
|
|
networks:
|
|
nginx_proxy:
|
|
external: true
|