Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 283 Bytes

File metadata and controls

8 lines (7 loc) · 283 Bytes

Docker Compose Sample Django App

A sample django app with NGINX reverse proxy server, Postgres database, WSGI, and a static file server.

Basic Structure

NGINX Reverse Proxy Server -> WSGI -> Django App <- {Postgres DB, Static File Server}

All containerized with Docker.