7 lines
286 B
Bash
7 lines
286 B
Bash
cd /rDrama
|
|
. ./.env
|
|
export DATABASE_URL="postgresql://postgres@postgres:5432"
|
|
export REDIS_URL="redis://redis:6379"
|
|
export PROXY_URL="http://opera-proxy:18080"
|
|
gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001 --reload
|