fastapi-users

This commit is contained in:
msramalho
2023-02-23 18:54:19 +01:00
parent c6b39db295
commit 75e98f5f31
13 changed files with 634 additions and 35 deletions

View File

@@ -5,6 +5,7 @@ cd /src
* `pipenv install --editable ../../auto-archiver`
* console 1 - `docker compose up web redis dashboard `
* console 2 - `pipenv shell` + `celery worker --app=worker.celery --loglevel=info --logfile=logs/celery_dev.log`
* `celery --app=worker.celery worker --loglevel=info --logfile=logs/celery_dev.log` celery 5
* console 3 - `pipenv shell` + `uvicorn main:app --host 0.0.0.0 --reload`
orchestration must be from the console(?)