tullinge / booking

🎫 Bokningssystem för allaktivitetsdag
MIT License
0 stars 1 forks source link

Update deployment, remove the use of Flask-Session #75

Closed vilhelmprytz closed 3 years ago

vilhelmprytz commented 3 years ago

Flask-Session is pretty much broken and is not really required. Re-wrote deployment.

Also, I skipped using the whole stack for the Docker container (e.g. nginx + uWSGI), it's better to just run the Flask app using gunicorn and then put something like Nginx (or Caddy) in front of it with separate configuration.