LỖI: màn hình đen khi load
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user