Skip to content

Commit

Permalink
Merge pull request #79 from Particular/irinascurtu-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
irinascurtu authored Jan 17, 2025
2 parents ad74b76 + c094807 commit ee643cb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ Run docker command below from the `src` folder in a CLI
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
```

## **Amazon SQS**

Configure the access to your SQS namespace by editing the variables in `src/sqs.env`

```env
AWS_REGION="<region>"
AWS_ACCESS_KEY_ID="<access-key>"
AWS_SECRET_ACCESS_KEY="<secret-access-key>"
```

Run docker command below from the `src` folder in a CLI

```cmd
docker compose -f docker-compose-base.yml -f compose-sqs.yml --env-file sqs.env up -d
```

## Running the code


Expand Down

0 comments on commit ee643cb

Please sign in to comment.