deploy: auto commit repo-root changes 2026-06-12 23:11:28

This commit is contained in:
hajimi
2026-06-12 23:11:28 +08:00
parent cd44cd6e47
commit 0d656e8076
7 changed files with 19 additions and 13 deletions
+6 -6
View File
@@ -3,7 +3,7 @@ services:
container_name: sport-era-crawler
image: sport-era-crawler:latest
build:
context: ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}
context: ${CRAWLER_DIR:-./crawler}
dockerfile: Dockerfile
restart: always
env_file:
@@ -14,8 +14,8 @@ services:
DQD_TASKS_FILE: /app/config/crawler_tasks.yaml
DQD_LOCK_DIR: /app/data/locks
volumes:
- ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}/logs:/app/logs
- ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}/data:/app/data
- ${CRAWLER_DIR:-./crawler}/logs:/app/logs
- ${CRAWLER_DIR:-./crawler}/data:/app/data
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -23,7 +23,7 @@ services:
container_name: sport-era-kb-worker
image: sport-era-crawler:latest
build:
context: ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}
context: ${CRAWLER_DIR:-./crawler}
dockerfile: Dockerfile
restart: always
env_file:
@@ -33,7 +33,7 @@ services:
DQD_CONFIG_PATH: /app/config/settings.yaml
command: ["python", "scripts/kb_worker.py", "--batch=50", "--block-ms=5000", "--max-retries=3"]
volumes:
- ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}/logs:/app/logs
- ${CRAWLER_DIR:-../server/public/dongqiudi-crawler}/data:/app/data
- ${CRAWLER_DIR:-./crawler}/logs:/app/logs
- ${CRAWLER_DIR:-./crawler}/data:/app/data
extra_hosts:
- "host.docker.internal:host-gateway"