定时任务细化,签到成功页结果展示

This commit is contained in:
2026-03-18 09:19:29 +08:00
parent e514a11e62
commit 633e4249de
9 changed files with 408 additions and 577 deletions

View File

@@ -79,6 +79,20 @@ services:
networks:
- 1panel-network
# 定时任务调度器 (Celery Worker + Beat)
task-scheduler:
build:
context: ./backend
dockerfile: task_scheduler/Dockerfile
container_name: weibo-scheduler
restart: unless-stopped
environment:
<<: *db-env
depends_on:
- api-service
networks:
- 1panel-network
networks:
1panel-network:
external: true