Skip to content

Commit 9c68e77

Browse files
committed
debug
1 parent 6f77411 commit 9c68e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ services:
1313
- "./docker/uid2-optout/src/init-aws.sh:/etc/localstack/init/ready.d/init-aws-optout.sh"
1414
- "./docker/uid2-optout/src/s3/optout:/s3/optout"
1515
environment:
16-
- GATEWAY_LISTEN=0.0.0.0:5001
1716
- KMS_PROVIDER=local-kms
18-
- LOCALSTACK_HOST=localstack:5001
17+
- LOCALSTACK_HOST=localstack
1918
- SERVICES=s3,sqs,kms
2019
- DEFAULT_REGION=us-east-1
2120
- AWS_DEFAULT_REGION=us-east-1
21+
- SQS_ENDPOINT_STRATEGY=off
2222
healthcheck:
2323
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
2424
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket

0 commit comments

Comments
 (0)