Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve deployment #10

Closed
gfolego opened this issue Oct 12, 2017 · 1 comment
Closed

Improve deployment #10

gfolego opened this issue Oct 12, 2017 · 1 comment

Comments

@gfolego
Copy link
Owner

gfolego commented Oct 12, 2017

I believe a good deployment option would be to use Docker, and Gunicorn.
Docker should be able to isolate software requirements, avoiding possible conflicts.
Flask states: "Do not use the builtin development server in production". We could consider Gunicorn and/or uWSGI with nginx.

Discussions are welcome.

Reference: http://flask.pocoo.org/docs/0.10/deploying/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant