Merge branch 'Wraithers-flaresolverr'

This commit is contained in:
Nicolas Meienberger 2024-05-21 07:35:05 +02:00
commit 5665b4a077
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"exposable": false,
"no_gui": true,
"id": "flaresolverr",
"tipi_version": 14,
"tipi_version": 15,
"version": "3.3.18",
"categories": ["media", "security", "utilities"],
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",

View File

@ -3,6 +3,8 @@ services:
container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.18
restart: unless-stopped
ports:
- ${APP_PORT}:8191
environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}
- TZ=${TZ}
@ -10,4 +12,4 @@ services:
- tipi_main_network
labels:
# Main
traefik.enable: false
traefik.enable: false