Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 401 Bytes

Dockerizing Django with Postgres, Gunicorn, and Nginx

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Build the images and run the containers:

    $ docker-compose up -d --build
  3. Test it out at http://localhost:1337