Found 31 repositories(showing 30)
chrisk314
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
testdrivenio
Example of how to handle background processes with Django, Celery, and Docker
testdrivenio
Example of how to manage periodic tasks with Django, Celery, and Docker
williln
Example project to demo how Celery tasks work in a Django project in Docker
An example pub/sub message queue implementation of django on docker by using rabbitmq and celery.
AliBigdeli
a brief example of how to use django docker app with celery in hamravesh and local
Production ready Django example with REST, Docker, Docker Compose and Celery on UV with CI
jameshiew
Example set up for Django/Celery using Docker containers
Cryptazy
An example of a django project wih celery, postgresql, redis, gunicorn and nginw contenarized with Docker
vanluu0505
No description available
jonasfsilva
Django app with celery, docker, rabbit
Nikolos123
No description available
An example of multi-container application using docker-compose and django
locrianmode
An example of how to use Stream Framework to create a simple feed REST API, instead of a monolith application like the official example. Uses django 1.10 and celery 4, which should be more up to date than the official example. Dockerfile and docker-compose are provided to painlessly run the service.
ParthSatodiya
Celery example with django framework and docker
Example docker with django, nginx, mysql, redis, celery
adamtorres
An example application using Django, PostgreSQL, Celery, and Docker
awesome-release
A dockerized example showcasing the use of django and celery
fork-for-review
Modern Web Application Example. Django + React + GoLang + GraphQL + PostgreSQL + Celery + RabbitMQ + Docker + docker-compose.
marcusmartins
Example of using Django and Celery by way of Fig and Docker
mihai011
An example on how to combine Docker , Django, Postgres, Celery and RabbitMQ.
Andrew-Beard
Example of how to handle background processes with Django, Celery, and Docker
sswapnil2
Example setup to get up running with django, redis and celery, docker and docker-compose
chayka-ip
Example of widely used setup of Django + Redis + Celery running in docker containers
YunchaoYang
An example of Django project with celery and docker for collecting form asynchronously
NomanJalal
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
This is an example set up for a django, celery, postgres and redis servers using docker.
DvaMishkiLapa
An example project with Django Rest Framework and Celery with possible assembly via Docker or Nix
ARMC0DE
This is a simple example of how to use Celery with Django and Docker and Redis as a broker.
This is an example of a dockerized Django application utilizing celery task workers, using RabbitMQ as a message broker, Supervisor to manage celery workers, postgres for data storage, and gunicorn.... This is the initial Django & Celery tutorial that I've managed to dockerize: https://simpleisbetterthancomplex.com/tutorial/2017/08/20/how-to-use-celery-with-django.html