Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/winsmith/django-docker

These are notes I write for myself on how to host django projects with docker in a nice way. WIP.
https://github.com/winsmith/django-docker

Last synced: 13 days ago
JSON representation

These are notes I write for myself on how to host django projects with docker in a nice way. WIP.

Awesome Lists containing this project

README

        

# Docker and Django
These are notes I write for myself on how to host [Django](http://djangoproject.org) projects with [Docker](#haha-this-is-not-a-link-i-am-so-funny) in a nice way.

You should not believe anything in this file.

- micro services if possible
- theory: one container per app might be better
- another container for DB
- another container for vagrant
- yet another container for static files
- some sort of URL dispatcher container that maps sub-URLS to containers?