File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export AWS_ACCESS_KEY_ID=localstack
44export AWS_SECRET_ACCESS_KEY=localstack
55export AWS_REGION=eu-central-1
66export AWS_S3_ENDPOINT_URL=http://host.docker.internal:4566
7+ export AWS_SNS_ENDPOINT_URL=http://host.docker.internal:4566
78export AWS_SQS_ENDPOINT_URL=http://host.docker.internal:4566
89export AWS_S3_FORCE_PATH_STYLE=true
910
@@ -12,6 +13,7 @@ docker run -p 5000:80 \
1213 -e AWS_SECRET_ACCESS_KEY \
1314 -e AWS_REGION \
1415 -e AWS_S3_ENDPOINT_URL \
16+ -e AWS_SNS_ENDPOINT_URL \
1517 -e AWS_SQS_ENDPOINT_URL \
1618 -e AWS_S3_FORCE_PATH_STYLE \
1719 --add-host=host.docker.internal:host-gateway \
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export AWS_ACCESS_KEY_ID=localstack
44export AWS_SECRET_ACCESS_KEY=localstack
55export AWS_REGION=eu-central-1
66export AWS_S3_ENDPOINT_URL=http://localhost:4566
7+ export AWS_SNS_ENDPOINT_URL=http://localhost:4566
78export AWS_SQS_ENDPOINT_URL=http://localhost:4566
89export AWS_S3_FORCE_PATH_STYLE=true
910
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set AWS_ACCESS_KEY_ID=localstack
44set AWS_SECRET_ACCESS_KEY = localstack
55set AWS_REGION = eu-central-1
66set AWS_S3_ENDPOINT_URL = http://localhost:4566
7+ set AWS_SNS_ENDPOINT_URL = http://localhost:4566
78set AWS_SQS_ENDPOINT_URL = http://localhost:4566
89set AWS_S3_FORCE_PATH_STYLE = true
910
You can’t perform that action at this time.
0 commit comments