File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments