-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create docker file using best practices #5
Comments
Going to start working on this. |
Warpdrive looks to be unmaintained. It'll probably be better to just go with vanilla configuration for EB, which runs using NGNIX as the reverse proxy server anyway. The server can be configured using .ebextensions directory. Some references:
|
Another thing to consider before deploying to EB is that the migration tasks need to be done by one instance. |
pull request: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
We want to be able to move quickly and have solid apache settings set up.
Solution
Use best practices described in this YouTube video, Secrets of a WSGI master.
We hopefully won't have to update the WSGI settings too much. Find the documentation here:
The text was updated successfully, but these errors were encountered: