fix: fix bloomberg scraping using byparr
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user