Skip to content

chris104957/django-carrot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-carrot-docker

A docker example for django-carrot, using:

  • Django
  • Postgres
  • RabbitMQ
  • django-carrot

Prerequisites

  • docker
  • docker-compose

Installation

  1. Clone repo
git clone https://github.com/chris104957/django-carrot-docker.git
  1. Build it
cd django-carrot-docker
docker-compose build
  1. Run it
docker-compose run
  1. Test it
  • Go to http://localhost/carrot > Scheduled> Create New
    • task: app.tasks.hello_world
    • queue: default
    • interval: every 5 seconds
    • active: true
  • Save

About

A docker example for django-carrot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published