Skip to content

This repo contains a simple django, celery and redis setup with celery beat and celery flower configured.

Notifications You must be signed in to change notification settings

gunanksood/Django-celery-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Django-postgres Celery and Redis setup

This repo contains a simple django and postgres DB setup configured with celery workers, celery flower and celery beat with redis as broker.

Run this project with

docker-compose build
docker-compose up -d

To check logs

docker-compose logs -f

tasks configured for every minute with celery-beat.

To check django project

Open http://127.0.0.1:8000/ in Browser to check if setup is working.

to monitor celery workers

http://127.0.0.1:13001

To connect with postgres db : docker exec -it postgres psql -U postgres

About

This repo contains a simple django, celery and redis setup with celery beat and celery flower configured.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published