Skip to content

Commit

Permalink
chore: bump cardano-db-sync and cardano-node
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Dec 3, 2020
1 parent 829144b commit cd9d653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
max-size: "200k"
max-file: "10"
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.21.1}
image: rhyslbw/cardano-node:${CARDANO_NODE_VERSION:-c6c5758aa5991a1c0d821622349f39c12a40e1ad}
command: [
"run",
"--config", "/config/config.json",
Expand All @@ -44,7 +44,7 @@ services:
max-size: "400k"
max-file: "20"
cardano-db-sync-extended:
image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-6.0.1}
image: rhyslbw/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-20c117ca2c5495b8ce27765f611878c97a02221b}
command: [
"--config", "/config/cardano-db-sync/config.json",
"--socket-path", "/node-ipc/node.socket",
Expand Down

0 comments on commit cd9d653

Please sign in to comment.