This commit is contained in:
2026-08-06 16:44:28 +08:00
parent 0fb20777f7
commit 70f2261d68
6 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ services:
worker:
build: .
command: celery -A app.tasks.celery_app worker -l info
command: celery -A app.tasks.celery_app worker -l info -Q default,gen_chatapi_create,gen_provider_poll,gen_result_download,gen_recovery,gen_video_upscale_local,gen_video_upscale_remote,gen_private_portrait,gen_shot_analysis,gen_shot_split,gen_api_upscale
volumes:
- .:/app
env_file: