Skip to content

Commit

Permalink
Fix launch Aggregator launch in devnet
Browse files Browse the repository at this point in the history
Following update of arguments precedence in #511
  • Loading branch information
jpraynaud committed Oct 10, 2022
1 parent 4e5690f commit 04126da
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions mithril-test-lab/mithril-devnet/devnet-mkfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -908,14 +908,11 @@ cat >> docker-compose.yaml <<EOF
- CARDANO_NODE_SOCKET_PATH=/data/ipc/node.sock
- CARDANO_CLI_PATH=/app/bin/cardano-cli
- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY}
- DB_DIRECTORY=/data/db
- SNAPSHOT_DIRECTORY=/data/mithril/aggregator
- SERVER_PORT=8080
command:
[
"--db-directory",
"/data/db",
"--snapshot-directory",
"/data/mithril/aggregator",
"--server-port",
"8080",
"-vvv",
"serve"
]
Expand Down Expand Up @@ -947,14 +944,9 @@ cat >> docker-compose.yaml <<EOF
- CARDANO_CLI_PATH=/app/bin/cardano-cli
- GENESIS_VERIFICATION_KEY=${GENESIS_VERIFICATION_KEY}
- GENESIS_SECRET_KEY=${GENESIS_SECRET_KEY}
- DB_DIRECTORY=/data/db
command:
[
"--db-directory",
"/data/db",
"--snapshot-directory",
"/data/mithril/aggregator",
"--server-port",
"8080",
"-vvv",
"genesis",
"bootstrap"
Expand Down

0 comments on commit 04126da

Please sign in to comment.