We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94726d commit 9ba4a40Copy full SHA for 9ba4a40
1 file changed
docker-compose.yml
@@ -15,6 +15,8 @@ services:
15
environment:
16
- EDGE_PORT=5001
17
- KMS_PROVIDER=local-kms
18
+ - LOCALSTACK_HOST=localstack
19
+ - SQS_ENDPOINT_STRATEGY=path
20
healthcheck:
21
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
22
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket
0 commit comments