Sign inSign up

njordr/celery

By njordr

Updated over 10 years ago

Container with celery (http://www.celeryproject.org/) based on ubuntu

Image
0

1.0K

njordr/celery repository overview

celery

Container with celery based on ubuntu

The container is configured to use a celery configuration file and a sample app that must be replaced by your app (change in config file your app details and mount it with -v).

To start the container execute the following commands (docker >= 1.9):

docker run --name some-celery -v /var/docker_conf/celery:/etc/celery -v /var/docker_data/celery:/var/celery/db -d njordr/celery

You can find an example config in my git repo

Tag summary

Content type

Image

Digest

Size

143.8 MB

Last updated

over 10 years ago

docker pull njordr/celery