Skip to content

Commit

Permalink
chore: db-sync sancho-4-2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed May 9, 2024
1 parent 81ebae2 commit 2ec8d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
cardano-db-sync:
image: ghcr.io/input-output-hk/ogmios-tracker/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4-0-0}
image: ghcr.io/input-output-hk/ogmios-tracker/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4-2-1}
cardano-node:
image: ghcr.io/input-output-hk/ogmios-tracker/cardano-node:${CARDANO_NODE_VERSION:-8.9.1}
ogmios:
Expand Down
4 changes: 2 additions & 2 deletions compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
timeout: 1s
retries: 120
start_period: 100ms
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4.1.0}
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4-2-1}
restart: on-failure
stop_signal: SIGINT
volumes:
Expand All @@ -128,7 +128,7 @@ services:
<<:
- *logging
- *with-postgres
image: ghcr.io/intersectmbo/cardano-smash-server:${CARDANO_DB_SYNC_VERSION:-13.1.0.2}
image: ghcr.io/intersectmbo/cardano-smash-server:${CARDANO_DB_SYNC_VERSION:-sancho-4-2-1}
command: ['--config', '/config/cardano-db-sync/config.json']
environment:
POSTGRES_HOST: postgres
Expand Down

0 comments on commit 2ec8d35

Please sign in to comment.