earthadvantage/py-uwsgi-nginx-base
(formerlyEANginxUwsgiBase
)earthadvantage/py-uwsgi-nginx-ssh-base
(formerlyEASSHBase
)- These are automatically built and pushed to dockerhub when a new release is made.
- Templates contains example Dockerfiles for how to run Django and Angular templates, independently and together, that we use for apps.
To build them locally (although you shouldn't do that):
- Install PowerShell
- in this directory run
pwsh buildall.ps1
A default docker container that setups uwsgi and nginx for python app deployment.
A default docker container that adds on py-uwsgi-nginx-base
by adding SSH for development/Testing. Apps should not be deployed using this as prod apps shouldn't have SSH turned on by default.