Skip to content

Commit 9f976a1

Browse files
committed
fix: run localstack2 on docker compose
1 parent c8bcb5e commit 9f976a1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker-compose.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ services:
77
profiles:
88
- base
99

10+
localstack2:
11+
extends:
12+
file: storage-docker-compose.yaml
13+
service: localstack2
14+
profiles:
15+
- base
16+
1017
anvil:
1118
image: ghcr.io/yetanotherco/aligned_layer/anvil:latest
1219
build:
@@ -110,6 +117,12 @@ services:
110117
AWS_BUCKET_NAME: aligned.storage
111118
UPLOAD_ENDPOINT: http://localstack:4566
112119
DOWNLOAD_ENDPOINT: http://localstack:4566/aligned.storage
120+
AWS_SECRET_ACCESS_KEY_2: test2
121+
AWS_REGION_2: us-west-1
122+
AWS_ACCESS_KEY_ID_2: test2
123+
AWS_BUCKET_NAME_2: aligned.storage
124+
UPLOAD_ENDPOINT_2: http://localstack2:4567
125+
DOWNLOAD_ENDPOINT_2: http://localstack2:4567/aligned.storage.secondary
113126
RUST_LOG: info
114127
RUST_BACKTRACE: 1
115128
build:

0 commit comments

Comments
 (0)