docker compose werkend

celery-integration
peter.fong 9 months ago
parent 8d69c99982
commit c0728f3d74

@ -4,3 +4,4 @@ pandas
mariadb mariadb
openpyxl openpyxl
werkzeug werkzeug
gunicorn

@ -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 &

Loading…
Cancel
Save