fix: update SCRAPYD_URL to point to /scrapyd path

Updated default SCRAPYD_URL from https://scrapy.pivoine.art to
https://scrapy.pivoine.art/scrapyd to match new routing
This commit is contained in:
2025-11-05 06:43:42 +01:00
parent 00739893ef
commit 0b839edd72
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ services:
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
NODE_ENV: production
SCRAPYD_URL: ${SCRAPY_UI_SCRAPYD_URL:-https://scrapy.pivoine.art}
SCRAPYD_URL: ${SCRAPY_UI_SCRAPYD_URL:-https://scrapy.pivoine.art/scrapyd}
SCRAPYD_USERNAME: ${SCRAPY_UI_SCRAPYD_USERNAME}
SCRAPYD_PASSWORD: ${SCRAPY_UI_SCRAPYD_PASSWORD}
networks: