An open API service indexing awesome lists of open source software.

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

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