We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f77411 commit 9c68e77Copy full SHA for 9c68e77
1 file changed
docker-compose.yml
@@ -13,12 +13,12 @@ services:
13
- "./docker/uid2-optout/src/init-aws.sh:/etc/localstack/init/ready.d/init-aws-optout.sh"
14
- "./docker/uid2-optout/src/s3/optout:/s3/optout"
15
environment:
16
- - GATEWAY_LISTEN=0.0.0.0:5001
17
- KMS_PROVIDER=local-kms
18
- - LOCALSTACK_HOST=localstack:5001
+ - LOCALSTACK_HOST=localstack
19
- SERVICES=s3,sqs,kms
20
- DEFAULT_REGION=us-east-1
21
- AWS_DEFAULT_REGION=us-east-1
+ - SQS_ENDPOINT_STRATEGY=off
22
healthcheck:
23
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
24
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket
0 commit comments