Skip to content

Commit 3c49aaa

Browse files
committed
debug
1 parent 2f06380 commit 3c49aaa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
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

0 commit comments

Comments
 (0)