Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate store pruning on GCP infra #516

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mithril-infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
- SNAPSHOT_STORE_TYPE=local
- SNAPSHOT_UPLOADER_TYPE=gcp
- DATA_STORES_DIRECTORY=/mithril-aggregator
- STORE_RETENTION_LIMIT=5
- CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
- CARDANO_CLI_PATH=/app/bin/cardano-cli
- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY}
Expand Down Expand Up @@ -113,6 +114,7 @@ services:
- RUN_INTERVAL=240000
- DB_DIRECTORY=/db
- DATA_STORES_DIRECTORY=/mithril-signer-0
- STORE_RETENTION_LIMIT=5
- CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
- CARDANO_CLI_PATH=/app/bin/cardano-cli
volumes:
Expand Down Expand Up @@ -140,6 +142,7 @@ services:
- RUN_INTERVAL=240000
- DB_DIRECTORY=/db
- DATA_STORES_DIRECTORY=/mithril-signer-1
- STORE_RETENTION_LIMIT=5
- CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
- CARDANO_CLI_PATH=/app/bin/cardano-cli
volumes:
Expand Down