celery on a separate container – Docker
I am attempting to run celery on it's own container from my Flask app. Right now I am just setting up a simple email app. The container CMD is "["celery", "worker", "--loglevel=info"]" The message gets sent to the redis broker…