forked from rDrama/rDrama
1
0
Fork 0
rDrama/scripts/startup_docker.sh

7 lines
201 B
Bash
Raw Normal View History

. ./.env
export DATABASE_URL='postgresql://postgres@postgres:5432'
export REDIS_URL='redis://redis:6379'
export PROXY_URL='http://opera-proxy:18080'
2022-10-04 19:48:52 +00:00
/etc/init.d/nginx start
2023-07-30 01:44:15 +00:00
gunicorn files.__main__:app