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,11 +14,21 @@ services:
timeout: 5s
retries: 5
byparr:
image: ghcr.io/thephaseless/byparr:latest
restart: unless-stopped
expose:
- "8191"
scraper:
build:
context: ./scraper-service
dockerfile: Dockerfile
restart: unless-stopped
depends_on:
- byparr
environment:
BYPARR_URL: "http://byparr:8191"
expose:
- "3001"