Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarveshpatel
/
pgadmin
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sarveshpatel
commited on
Jan 13
Commit
3b8247f
·
verified
·
1 Parent(s):
b51ca92
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
export PGADMIN_LISTEN_ADDRESS=0.0.0.0
3
+
export PGADMIN_LISTEN_PORT=7860
4
+
gunicorn --bind 0.0.0.0:7860 -w 4 --threads 8 --timeout 120 --max-requests 1000 --max-requests-jitter 10 flask:app