mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
switch uvicorn and nginx to communicate via unix socket instead of tcp
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run migrations and start uvicorn
|
||||
#/init_back &
|
||||
/init_back &
|
||||
|
||||
# Start nginx
|
||||
/init_front &
|
||||
|
||||
# Start rq worker
|
||||
#/init_worker &
|
||||
/init_worker &
|
||||
|
||||
# Wait for any process to exit
|
||||
wait -n
|
||||
|
||||
Reference in New Issue
Block a user