Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 444 Bytes

File metadata and controls

9 lines (8 loc) · 444 Bytes

Dockerized Django + PostgreSQL + Nginx

How to build?

To build and test this project locally, please follow this steps:

  • RENAME: .env.developer file to .env
  • (optional) MAKE changes to the .env file with your prefered values.
  • RUN: docker compose up in the root folder of the project!
  • OPEN: http://localhost:8080 with your favourite browser.

Any suggestions about the project? Feel free to pull request!