Skip to content

luckywirasakti/django-docker-boilerplate

Repository files navigation

Dockerizing Django + Postgres + Celery

Want to learn how to build this?

Check out the post.

Want to use this project?

Development

Uses the default Django development server.

  1. Rename .env.example to .env.

  2. Update the environment variables in the docker-compose.yml and .env files.

  3. Build the images and run the containers:

    $ docker-compose up -d --build

    Test it out at http://localhost:8000. The "app" folder is mounted into the container and your code changes apply automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors