diff --git a/elasticmq/docker-compose.yml b/elasticmq/docker-compose.yml new file mode 100644 index 0000000..6bec662 --- /dev/null +++ b/elasticmq/docker-compose.yml @@ -0,0 +1,7 @@ + elastic: + image: "softwaremill/elasticmq-native" + ports: + - "9324:9324" + - "9325:9325" + volumes: + - ./tools/sqs-emulator/custom.conf:/opt/elasticmq.conf \ No newline at end of file