mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 19:27:50 +00:00
♻️(summary) reorganize API code
I totally reorganized the API code, to gain in clarity.
This commit is contained in:
committed by
aleb_the_flash
parent
b12b14b277
commit
35741a1bc1
@@ -19,7 +19,7 @@ services:
|
||||
celery_worker:
|
||||
container_name: celery_worker
|
||||
build: .
|
||||
command: celery -A summary.celery_worker worker --pool=solo --loglevel=debug
|
||||
command: celery -A summary.core.celery_worker worker --pool=solo --loglevel=debug
|
||||
volumes:
|
||||
- .:/app
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user