Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/winsmith/django-docker
- Owner: winsmith
- Created: 2016-01-15T12:54:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T13:06:24.000Z (almost 9 years ago)
- Last Synced: 2024-11-03T15:42:54.067Z (2 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
# 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?