fix: fix bloomberg scraping using byparr

This commit is contained in:
2026-05-01 00:33:27 +02:00
parent ff11fad46c
commit 788f0290d5
4 changed files with 157 additions and 58 deletions

View File

@ -14,9 +14,19 @@ services:
timeout: 5s
retries: 5
byparr:
image: ghcr.io/thephaseless/byparr:latest
restart: unless-stopped
expose:
- "8191"
scraper:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.0.0
restart: unless-stopped
depends_on:
- byparr
environment:
BYPARR_URL: "http://byparr:8191"
expose:
- "3001"