https://github.com/phistrom/djangocmscontainer
Base container for Django CMS
https://github.com/phistrom/djangocmscontainer
Last synced: 4 months ago
JSON representation
Base container for Django CMS
- Host: GitHub
- URL: https://github.com/phistrom/djangocmscontainer
- Owner: phistrom
- Created: 2017-11-17T15:40:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T16:04:23.000Z (over 7 years ago)
- Last Synced: 2024-12-27T00:11:58.330Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DjangoCMS Container
Just a very opinionated Django CMS container base so I can have automated builds on Docker Hub.
The image is huge because Closure Compiler requires Java. I may remove that requirement later.
### URL
https://hub.docker.com/r/phistrom/djangocms/### Pull
`docker pull phistrom/djangocms`### Specific things
Check the requirements.txt file for all the packages this container will have.
Assumptions are made about what you will be using.
- MySQL
- Redis
- Closure Compiler
- Python 3.6