Add File
This commit is contained in:
13
start.sh
Normal file
13
start.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
SSR_PATH=/opt/sqlbot/g2-ssr
|
||||||
|
APP_PATH=/opt/sqlbot/app
|
||||||
|
|
||||||
|
/usr/local/bin/docker-entrypoint.sh postgres &
|
||||||
|
sleep 5
|
||||||
|
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
|
||||||
|
|
||||||
|
nohup node $SSR_PATH/app.js &
|
||||||
|
|
||||||
|
nohup uvicorn main:mcp_app --host 0.0.0.0 --port 8001 &
|
||||||
|
|
||||||
|
cd $APP_PATH
|
||||||
|
uvicorn main:app --host 0.0.0.0 --port 8000 --workers 1 --proxy-headers
|
||||||
Reference in New Issue
Block a user