sarveshpatel commited on
Commit
3b8247f
·
verified ·
1 Parent(s): b51ca92

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh ADDED
@@ -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