File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3.8"
33services :
44 localstack :
55 container_name : localstack
6- image : localstack/localstack:3.4 .0
6+ image : localstack/localstack:4.0 .0
77 ports :
88 - " 127.0.0.1:5001:5001"
99 volumes :
@@ -14,17 +14,16 @@ services:
1414 - " ./docker/uid2-optout/src/s3/optout:/s3/optout"
1515 environment :
1616 - GATEWAY_LISTEN=0.0.0.0:5001
17+ - KMS_PROVIDER=local-kms
1718 - LOCALSTACK_HOST=localstack:5001
1819 - SERVICES=s3,sqs,kms
1920 - DEFAULT_REGION=us-east-1
2021 - AWS_DEFAULT_REGION=us-east-1
2122 - SQS_ENDPOINT_STRATEGY=path
22- - KMS_KEY_SEED_FILE=/init/seed.yaml
2323 healthcheck :
2424 test : awslocal s3api wait bucket-exists --bucket test-core-bucket
2525 && awslocal s3api wait bucket-exists --bucket test-optout-bucket
2626 && awslocal sqs get-queue-url --queue-name optout-queue
27- && awslocal kms describe-key --key-id ff275b92-0def-4dfc-b0f6-87c96b26c6c7
2827 interval : 5s
2928 timeout : 10s
3029 retries : 6
You can’t perform that action at this time.
0 commit comments