mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-17 17:14:46 +02:00
fix json start + improve logs
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user