cabotapp / docker-cabot

Docker and docker-compose files for Cabot
https://hub.docker.com/r/cabotapp/cabot/
58 stars 31 forks source link

docker-compose is using rabbitmq instead of redis #35

Open imavroukakis opened 5 years ago

imavroukakis commented 5 years ago

I noticed that docker-compose is using RabbitMQ instead of Redis for Celery, is this something that's been missed in the compose file or is it purposeful?

Thanks!

JeanFred commented 5 years ago

@imavroukakis If I remember correctly, @frankh did it on purpose yes. (I don’t remember the rationale though)

imavroukakis commented 5 years ago

ok, I've switched to using Redis and could not see any issue with this.