https://github.com/GreenBuildingRegistry/DockerTemplates
https://github.com/GreenBuildingRegistry/DockerTemplates
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/GreenBuildingRegistry/DockerTemplates
- Owner: GreenBuildingRegistry
- License: mit
- Created: 2023-02-13T20:04:47.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-01T21:40:30.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:18:55.871Z (9 months ago)
- Language: Dockerfile
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - GreenBuildingRegistry/DockerTemplates - (Dockerfile)
README
## Official EA docker templates
### Contents:
* `earthadvantage/py-uwsgi-nginx-base` (formerly `EANginxUwsgiBase`)
* `earthadvantage/py-uwsgi-nginx-ssh-base` (formerly `EASSHBase`)
* 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):
1. Install PowerShell
2. in this directory run `pwsh buildall.ps1`### py-uwsgi-nginx-base
A default docker container that setups uwsgi and nginx for python app deployment.### py-uwsgi-nginx-ssh-base
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.