Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozta/django-on-docker

Dockerizing Django with Postgres
https://github.com/mozta/django-on-docker

Last synced: 19 days ago
JSON representation

Dockerizing Django with Postgres

Awesome Lists containing this project

README

        

# django-on-docker
Dockerizing Django with Postgres

### Build the image:

Build the image:
>$ docker-compose build

Once the image is built, run the container:

>$ docker-compose up -d

Navigate to [http://localhost:8000/](http://localhost:8000/) to again view the welcome screen.

> Check for errors in the logs if this doesn't work via `docker-compose logs -f`.