Sign inSign up

cloudstruct/cardano-db-sync

By cloudstruct

Updated over 3 years ago

Cardano Node built from source on Debian

Image
1

1.5K

cloudstruct/cardano-db-sync repository overview

docker-cardano-db-sync

Builds a Cardano DB sync container from source on Debian. This image attempts to keep interface compatibility with inputoutput/cardano-db-sync, but may diverge slightly, particularly with any Nix-specific paths.

Running

To run a Cardano DB sync on mainnet, attached to a local Cardano full node container running:

docker run --detach \
  --name cardano-db-sync \
  -v dbsync-state:/var/lib/cexplorer \
  -v node-ipc:/node-ipc \
  ghcr.io/cloudstruct/cardano-db-sync

DB sync logs can be followed:

docker logs -f cardano-db-sync

Tag summary

Content type

Image

Digest

sha256:a5f0e2116

Size

129 MB

Last updated

over 3 years ago

docker pull cloudstruct/cardano-db-sync