Skip to content

Commit

Permalink
Merge pull request #89 from Sage/localstack-ports
Browse files Browse the repository at this point in the history
Use port 4566 for all things localstack
  • Loading branch information
ianoxley authored Nov 17, 2020
2 parents 084e413 + 03f08f9 commit 67b2386
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions script/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
- AWS_ACCESS_KEY_ID=mock_id
- AWS_SECRET_ACCESS_KEY=mock_password
- AWS_REGION=eu-west-1
- AWS_SQS_ENDPOINT=http://goaws:4576
- AWS_SNS_ENDPOINT=http://goaws:4575
- AWS_SQS_ENDPOINT=http://goaws:4566
- AWS_SNS_ENDPOINT=http://goaws:4566
# env_file:
# - ../.aws.env

Expand All @@ -41,10 +41,9 @@ services:
image: localstack/localstack
container_name: goaws
environment:
- SERVICES=sqs:4576,sns:4575
- SERVICES=sqs:4566,sns:4566
- HOSTNAME=goaws
- HOSTNAME_EXTERNAL=goaws
ports:
- "8085:8080"
- "4576:4576"
- "4575:4575"
- "4566:4566"

0 comments on commit 67b2386

Please sign in to comment.