We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bcb5e commit 9f976a1Copy full SHA for 9f976a1
1 file changed
docker-compose.yaml
@@ -7,6 +7,13 @@ services:
7
profiles:
8
- base
9
10
+ localstack2:
11
+ extends:
12
+ file: storage-docker-compose.yaml
13
+ service: localstack2
14
+ profiles:
15
+ - base
16
+
17
anvil:
18
image: ghcr.io/yetanotherco/aligned_layer/anvil:latest
19
build:
@@ -110,6 +117,12 @@ services:
110
117
AWS_BUCKET_NAME: aligned.storage
111
118
UPLOAD_ENDPOINT: http://localstack:4566
112
119
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
113
126
RUST_LOG: info
114
127
RUST_BACKTRACE: 1
115
128
0 commit comments