File size: 184 Bytes
078c1e1
9619e30
 
078c1e1
 
1
2
3
4
5
#!/bin/bash
echo "save \"\"" | redis-cli
echo "config set appendonly no" | redis-cli
redis-server --daemonize yes
gunicorn -b 0.0.0.0:7860 --timeout 120 --workers 5 --threads 5 app:app