fix:优化爬虫配置,单独使用docker容器运行

This commit is contained in:
Daniel
2026-03-05 20:19:24 +08:00
parent bbb9a5e1e1
commit 07454b73c2
9 changed files with 180 additions and 17 deletions

View File

@@ -19,6 +19,8 @@ services:
build:
context: .
dockerfile: Dockerfile.crawler
ports:
- "8000:8000"
environment:
- DB_PATH=/data/data.db
- API_BASE=http://api:3001