mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Prometheus muldiproc
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
cd /app
|
cd /app
|
||||||
|
|
||||||
|
rm -rf prometheus
|
||||||
|
mkdir prometheus
|
||||||
|
|
||||||
alembic -c ./app/alembic.ini upgrade head
|
alembic -c ./app/alembic.ini upgrade head
|
||||||
gunicorn -w 2 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080
|
gunicorn -w 2 -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user