This commit is contained in:
ls
2024-10-23 22:55:41 +08:00
parent 44dfbb4cc1
commit 0e8a285e0a
16 changed files with 990 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ services:
- "25000:5000"
environment:
- FLASK_ENV=production
- PYTHONUNBUFFERED=1 # 禁用 Python 输出缓冲
volumes:
- ./crawler_files:/app/downloaded_files