From 4ac3ed836761e29ced987e54b4f90dabbfa2dce2 Mon Sep 17 00:00:00 2001 From: Werring Date: Thu, 5 Dec 2024 09:06:02 +0100 Subject: [PATCH] Add elasticmq/docker-compose.yml --- elasticmq/docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 elasticmq/docker-compose.yml 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