chore(docker): run the websocket server as a separate command

This commit is contained in:
Alexis Métaireau 2024-05-10 00:39:03 +02:00
parent 1d9b086115
commit 5b55c80529

View file

@ -10,4 +10,6 @@ umap wait_for_database
# then migrate the database
umap migrate
# run uWSGI
exec uwsgi --ini docker/uwsgi.ini
exec uwsgi --ini docker/uwsgi.ini &
# run websockets
exec /venv/bin/python /venv/lib/python3.11/site-packages/umap/ws.py