🌐
GitHub
github.com › topics › django-docker
django-docker · GitHub Topics · GitHub
Add a description, image, and links to the django-docker topic page so that developers can more easily learn about it. ... To associate your repository with the django-docker topic, visit your repo's landing page and select "manage topics."
🌐
GitHub
github.com › nickjj › docker-django-example
GitHub - nickjj/docker-django-example: A production ready example Django app that's using Docker and Docker Compose. · GitHub
A production ready example Django app that's using Docker and Docker Compose. - nickjj/docker-django-example
Starred by 1.5K users
Forked by 467 users
Languages   Python 37.9% | Shell 29.4% | HTML 19.2% | Dockerfile 11.2% | JavaScript 2.2% | CSS 0.1%
🌐
GitHub
github.com › testdrivenio › django-on-docker
GitHub - testdrivenio/django-on-docker: Dockerizing Django with Postgres, Gunicorn, and Nginx · GitHub
Dockerizing Django with Postgres, Gunicorn, and Nginx - testdrivenio/django-on-docker
Starred by 1.2K users
Forked by 455 users
Languages   Python 81.0% | Dockerfile 9.0% | Shell 5.7% | HTML 4.3%
🌐
GitHub
github.com › MasterKale › Docker-Django
GitHub - MasterKale/Docker-Django: A complete Django setup, running in Docker · GitHub
A complete Django setup, running in Docker. Contribute to MasterKale/Docker-Django development by creating an account on GitHub.
Starred by 72 users
Forked by 25 users
Languages   Shell 53.9% | Dockerfile 37.4% | Python 8.7%
🌐
GitHub
github.com › amerkurev › django-docker-template
GitHub - amerkurev/django-docker-template: Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)
Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt) - amerkurev/django-docker-template
Starred by 223 users
Forked by 43 users
Languages   Python 81.2% | Dockerfile 7.8% | HTML 6.2% | Shell 4.7% | CSS 0.1% | Python 81.2% | Dockerfile 7.8% | HTML 6.2% | Shell 4.7% | CSS 0.1%
🌐
Medium
medium.com › @anthonyshoshigomes1996 › deploying-a-dockerized-django-app-to-render-with-github-actions-ci-cd-e45ef5dafaa0
Deploying a Dockerized Django App to Render with GitHub Actions (CI/CD) | by Anthony Shoshi Gomes | Medium
September 18, 2025 - Specify the Dockerfile path. ... In Render → Service Settings, copy the Service ID and API Key. In GitHub → Settings → Secrets and Variables → Actions, add: ... If this guide helped you, don’t forget to give it a clap 👏 and share it with other Django developers.
🌐
GitHub
github.com › orgs › community › discussions › 64093
Docker Django code example - composeexample · community · Discussion #64093
When I run it without the period at the end I get: PS Z:\Docker+Django\Docker download from Docker Hub\Ed's Code\code\EdsDjangoApp> docker compose run web django-admin startproject composeexample [+] Creating 1/0 ✔ Container edsdjangoapp-db-1 Created 0.0s [+] Running 1/1 ✔ Container edsdjangoapp-db-1 Started 0.5s CommandError: '/code/composeexample' already exists
🌐
GitHub
github.com › cyface › simplest-docker-django-example
GitHub - cyface/simplest-docker-django-example: The Simplest Docker + Django Example · GitHub
The Simplest Docker + Django Example. Contribute to cyface/simplest-docker-django-example development by creating an account on GitHub.
Starred by 2 users
Forked by 2 users
Languages   Python 81.6% | HTML 11.4% | Dockerfile 7.0%
🌐
GitHub
github.com › rowdybeaver › sample-django-docker
GitHub - rowdybeaver/sample-django-docker: A sample of using Django with Docker and docker-compose
A sample of using Django with Docker and docker-compose - rowdybeaver/sample-django-docker
Starred by 58 users
Forked by 13 users
Languages   Python 76.4% | Dockerfile 12.7% | Shell 5.6% | HTML 5.3% | Python 76.4% | Dockerfile 12.7% | Shell 5.6% | HTML 5.3%
Find elsewhere
🌐
GitHub
github.com › django › django-docker-box
GitHub - django/django-docker-box: Run the Django test suite across all supported databases and python versions · GitHub
Run the Django test suite across all supported databases and python versions - django/django-docker-box
Starred by 134 users
Forked by 44 users
Languages   Dockerfile 55.3% | Python 43.8% | Shell 0.9%
🌐
GitHub
github.com › DanielArian › django-mysql-docker
GitHub - DanielArian/django-mysql-docker: A ready to use Django & MySQL database on Docker · GitHub
A ready to use Django & MySQL database on Docker. Contribute to DanielArian/django-mysql-docker development by creating an account on GitHub.
Starred by 18 users
Forked by 13 users
Languages   Python 81.8% | Dockerfile 12.3% | Shell 5.9%
🌐
GitHub
github.com › hoh › hello-django-docker
GitHub - hoh/hello-django-docker: Hello world in Django with Docker
Hello world in Django with Docker. Contribute to hoh/hello-django-docker development by creating an account on GitHub.
Forked by 11 users
Languages   Python 88.1% | HTML 7.8% | Shell 4.1% | Python 88.1% | HTML 7.8% | Shell 4.1%
🌐
Medium
medium.com › cranecloud › django-docker-and-github-actions-e9383432066f
Django, Docker, and GitHub Actions | by Derrick | Crane Cloud | Medium
October 16, 2022 - Django, Docker, and GitHub Actions Do you have a Django application? Do you want to dockerize a Django app? Do you want to set up a Continous Integration pipeline for your Django application with …
🌐
TestDriven.io
testdriven.io › blog › deploying-django-to-linode-with-docker-and-github-actions
Continuously Deploying Django to Linode with Docker and GitHub Actions | TestDriven.io
September 2, 2022 - $ git clone [email protected]:testdrivenio/django-github-linode.git --branch base --single-branch $ cd django-github-linode · Curious about how this project was developed? Check out the Dockerizing Django with Postgres, Gunicorn, and Nginx blog post.
🌐
GitHub
github.com › cglusky › docker-django-react
GitHub - cglusky/docker-django-react: A local dev full-stack template using docker-compose with Django and React.
Serves Django's static and media files as well. See conf for details. ... Custom user stubbed out in the Core app. No additional fields. Just a blank class that inherets AbstractUser. core.User is assigned as AUTH_USER_MODEL · SimpleJWT is installed but not used. Feel free to fork at will but it may be handier as template. The following are the steps I had in mind for using it as a project template: ... $> git clone https://github.com/cglusky/docker-django-react.git <new-local-repo-dir> $> cd <new-local-repo-dir> $> git remote set-url origin <url-new-remote-repo-created-in-step-1> $> git push -u origin master
Starred by 69 users
Forked by 32 users
Languages   Python 44.8% | JavaScript 33.9% | HTML 8.7% | Dockerfile 5.4% | CSS 4.7% | Shell 2.5% | Python 44.8% | JavaScript 33.9% | HTML 8.7% | Dockerfile 5.4% | CSS 4.7% | Shell 2.5%
🌐
DEV Community
dev.to › ken_mwaura1 › beginners-guide-to-github-actions-django-and-docker-2om6
Beginners Guide to GitHub Actions, Django and Docker - DEV Community
April 3, 2023 - Hi, Could you use github secrets rather than an .env file? The intent would be to pass the github secrets via the github actions into the django docker container.
🌐
django-docker
uzzal2k5.github.io › django-docker
Django With CI/CD (Docker Container & Kubernetes) # | django-docker
Django==1.11.4 django-allauth==0.32.0 ... djangorestframework==3.3.3 djangorestframework-bulk==0.2 #< ADD MORE PACKAGES HERE > Run docker compose file to build and deploy your container...
🌐
GitHub
github.com › MasterKale › Docker-Django › blob › master › Dockerfile
Docker-Django/Dockerfile at master · MasterKale/Docker-Django
A complete Django setup, running in Docker. Contribute to MasterKale/Docker-Django development by creating an account on GitHub.
Author   MasterKale
🌐
GitHub
github.com › django-cms › django-cms-quickstart
GitHub - django-cms/django-cms-quickstart: A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
If you have not used docker in the past, please read this introduction on docker here. git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart docker compose build web docker compose up -d database_default docker compose run --rm web python manage.py migrate docker compose run --rm web python manage.py createsuperuser docker compose up -d
Starred by 125 users
Forked by 331 users
Languages   Python 70.3% | HTML 28.0% | Dockerfile 1.7% | Python 70.3% | HTML 28.0% | Dockerfile 1.7%