Spaces:
Running
Running
feat: limit api to internal hostname
Browse files- scripts/docker-deploy.sh +1 -1
scripts/docker-deploy.sh
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
#nml-mcp &
|
| 13 |
|
| 14 |
echo "Starting fastapi"
|
| 15 |
-
fastapi run neuroml_ai/neuroml_ai/api/main.py --port 8005 &
|
| 16 |
|
| 17 |
echo "Starting streamlit frontend"
|
| 18 |
streamlit run neuroml_ai/neuroml_ai/ui/streamlit_ui.py --server.port=7860 --server.address=0.0.0.0
|
|
|
|
| 12 |
#nml-mcp &
|
| 13 |
|
| 14 |
echo "Starting fastapi"
|
| 15 |
+
fastapi run neuroml_ai/neuroml_ai/api/main.py --host 127.0.0.1 --port 8005 &
|
| 16 |
|
| 17 |
echo "Starting streamlit frontend"
|
| 18 |
streamlit run neuroml_ai/neuroml_ai/ui/streamlit_ui.py --server.port=7860 --server.address=0.0.0.0
|