LỖI: màn hình đen khi load

This commit is contained in:
2026-08-08 16:21:00 +07:00
parent 24051a2794
commit 4789f73ae7
12 changed files with 33873 additions and 64 deletions
+3
View File
@@ -6,6 +6,7 @@ services:
restart: unless-stopped
web:
build: .
image: ${IMAGE:-sonicforge-studio:latest}
restart: unless-stopped
ports:
@@ -26,6 +27,7 @@ services:
- redis
worker:
build: .
image: ${IMAGE:-sonicforge-studio:latest}
restart: unless-stopped
command: celery -A app.tasks.worker.celery_app worker --loglevel=info
@@ -39,6 +41,7 @@ services:
- redis
beat:
build: .
image: ${IMAGE:-sonicforge-studio:latest}
restart: unless-stopped
command: celery -A app.tasks.worker.celery_app beat --loglevel=info