To reduce the effort on the user to run our Docker Compose with Celery, we want to use a local (fake) SQS server. The current option is softwaremill/elasticmq, but I am open to alternatives.
Acceptance Criteria
Update Docker Compose setup to provision a local SQS server.
Overview
To reduce the effort on the user to run our Docker Compose with Celery, we want to use a local (fake) SQS server. The current option is
softwaremill/elasticmq
, but I am open to alternatives.Acceptance Criteria