项目作者: gunanksood

项目描述 :
This repo contains a simple django, celery and redis setup with celery beat and celery flower configured.
高级语言:
项目地址: git://github.com/gunanksood/Django-celery-boilerplate.git
创建时间: 2020-05-07T17:36:29Z
项目社区:https://github.com/gunanksood/Django-celery-boilerplate

开源协议:

下载


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

  1. docker-compose build
  2. docker-compose up -d

To check logs

  1. 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