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

@@ -59,9 +59,11 @@ envs:
SCRAPY_SCRAPYD_IMAGE: vimagick/scrapyd
SCRAPY_IMAGE: vimagick/scrapyd
SCRAPY_SCRAPYRT_IMAGE: vimagick/scrapyd
SCRAPY_UI_IMAGE: ghcr.io/valknarness/scrapy-ui:main
SCRAPY_TRAEFIK_HOST: scrapy.pivoine.art
SCRAPY_SCRAPYD_PORT: 6800
SCRAPY_SCRAPYRT_PORT: 9080
SCRAPY_UI_SCRAPYD_URL: https://scrapy.pivoine.art/scrapyd
# n8n
N8N_TRAEFIK_ENABLED: true
N8N_COMPOSE_PROJECT_NAME: n8n

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: