fix json start + improve logs

This commit is contained in:
piair
2024-02-28 14:40:12 +01:00
parent a590d0f1b5
commit 6122d9ee13
4 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
nohup bash /app/MsRewards-Reborn/sse.sh &
nohup redis-server &> nohup_redis.out &
nohup bash /app/MsRewards-Reborn/sse.sh &> nohup_sse.out &
service grafana-server start
service nginx start
nohup redis-server &
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'