FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QuantDinger--/backend_api_python/start.sh at feture2 · litter998/QuantDinger-- · GitHub
litter998
/
QuantDinger--
Public
forked from
OpenByteInc/QuantDinger
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
QuantDinger--
/
backend_api_python
/
start.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (9 loc) · 316 Bytes
Breadcrumbs
QuantDinger--
/
backend_api_python
/
start.sh
Copy path
File metadata and controls
13 lines (9 loc) · 316 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
set
-eu
mkdir -p logs
echo
"
Starting QuantDinger Python API on
${PYTHON_API_HOST
:-
0.0.0.0}
:
${PYTHON_API_PORT
:-
5000}
"
if
[
"
${FLASK_DEV_SERVER
:-
false}
"
=
"
true
"
]
;
then
echo
"
FLASK_DEV_SERVER=true, using Flask development server.
"
exec
python run.py
fi
exec
gunicorn -c gunicorn_config.py
"
run:app
"
Back
|
FazBrowse Home
|
New Git URL