Skip to content

Commit 30ae5e6

Browse files
committed
Update GCP configuration
1 parent b38d212 commit 30ae5e6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

mithril-infra/docker-compose.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ services:
3535
- URL_SNAPSHOT_MANIFEST=https://storage.googleapis.com/cardano-${NETWORK:-testnet}/snapshots.json
3636
- SNAPSHOT_STORE_TYPE=local
3737
- SNAPSHOT_UPLOADER_TYPE=gcp
38-
- PENDING_CERTIFICATE_STORE_DIRECTORY=/tmp/mithril/pending_cert_db
39-
- CERTIFICATE_STORE_DIRECTORY=/tmp/mithril/cert_db
40-
- VERIFICATION_KEY_STORE_DIRECTORY=/tmp/mithril/verification_key_db
41-
- STAKE_STORE_DIRECTORY=/tmp/mithril/stake_db
38+
- PENDING_CERTIFICATE_STORE_DIRECTORY=/tmp/mithril-aggregator/pending_cert_db
39+
- CERTIFICATE_STORE_DIRECTORY=/tmp/mithril-aggregator/cert_db
40+
- VERIFICATION_KEY_STORE_DIRECTORY=/tmp/mithril-aggregator/verification_key_db
41+
- STAKE_STORE_DIRECTORY=/tmp/mithril-aggregator/stake_db
4242
logging:
4343
driver: "json-file"
4444
options:
@@ -64,6 +64,7 @@ services:
6464
- PARTY_ID=0
6565
- RUN_INTERVAL=60000
6666
- DB_DIRECTORY=/db
67+
- STAKE_STORE_DIRECTORY=/tmp/mithril-signer-0/stake_db
6768
volumes:
6869
- ./testnet/node.db:/db
6970

@@ -81,6 +82,7 @@ services:
8182
- PARTY_ID=1
8283
- RUN_INTERVAL=60000
8384
- DB_DIRECTORY=/db
85+
- STAKE_STORE_DIRECTORY=/tmp/mithril-signer-1/stake_db
8486
volumes:
8587
- ./testnet/node.db:/db
8688

@@ -98,6 +100,7 @@ services:
98100
- PARTY_ID=2
99101
- RUN_INTERVAL=60000
100102
- DB_DIRECTORY=/db
103+
- STAKE_STORE_DIRECTORY=/tmp/mithril-signer-2/stake_db
101104
volumes:
102105
- ./testnet/node.db:/db
103106

@@ -115,6 +118,7 @@ services:
115118
- PARTY_ID=3
116119
- RUN_INTERVAL=60000
117120
- DB_DIRECTORY=/db
121+
- STAKE_STORE_DIRECTORY=/tmp/mithril-signer-3/stake_db
118122
volumes:
119123
- ./testnet/node.db:/db
120124

0 commit comments

Comments
 (0)