Skip to content

Commit 6010d70

Browse files
committed
debug
1 parent 82ef261 commit 6010d70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 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.0.0
6+
image: localstack/localstack:1.3.0
77
ports:
88
- "127.0.0.1:5001:5001"
99
volumes:
@@ -13,10 +13,9 @@ 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
17-
- LOCALSTACK_HOST=localstack:5001
18-
- SQS_ENDPOINT_STRATEGY=path
16+
- EDGE_PORT=5001
1917
- KMS_PROVIDER=local-kms
18+
- LOCALSTACK_HOST=localstack
2019
healthcheck:
2120
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
2221
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket
@@ -51,6 +50,7 @@ services:
5150
image: ghcr.io/iabtechlab/uid2-optout:latest
5251
ports:
5352
- "127.0.0.1:8081:8081"
53+
- "127.0.0.1:8082:8082"
5454
- "127.0.0.1:5090:5005"
5555
volumes:
5656
- ./docker/uid2-optout/conf/default-config.json:/app/conf/default-config.json

0 commit comments

Comments
 (0)