mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore(docker): run the websocket server as a separate command
This commit is contained in:
parent
1d9b086115
commit
5b55c80529
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue