|
|
|
@ -3,8 +3,6 @@
|
|
|
|
# Start de cron-demon
|
|
|
|
# Start de cron-demon
|
|
|
|
cron
|
|
|
|
cron
|
|
|
|
|
|
|
|
|
|
|
|
# Start het Python-script currentprice.py
|
|
|
|
|
|
|
|
python /app/ppo_insight.py &
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Start de Flask-app met Gunicorn (betere productie-optie)
|
|
|
|
# Start de Flask-app met Gunicorn (betere productie-optie)
|
|
|
|
gunicorn --bind 0.0.0.0:5000 ppo_insight:app --workers 4 &
|
|
|
|
gunicorn --bind 0.0.0.0:5000 ppo_insight:app --workers 4 &
|
|
|
|
|