Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/updating-libs
Browse files Browse the repository at this point in the history
Merging main into bugfix/updating-libs to update the branch with updated code before performing pull request
  • Loading branch information
faizanH committed Nov 7, 2023
2 parents 22a3e20 + d5d9ab9 commit 7f4980c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
image: "localstack/localstack:latest"
container_name: "localstack"
volumes:
- ${PWD}/localstack:/docker-entrypoint-initaws.d
- ${PWD}/localstack:/etc/localstack/init/ready.d
ports:
- "8080:8080"
- "4566:4566"
Expand Down
2 changes: 2 additions & 0 deletions backend/localstack/initialize.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

awslocal sqs create-queue --queue-name artemis-task-queue
awslocal sqs create-queue --queue-name artemis-priority-task-queue
awslocal sqs create-queue --queue-name artemis-callback-queue
Expand Down

0 comments on commit 7f4980c

Please sign in to comment.