Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blinklabs-io/docker-cardano-db-sync
Docker container image for cardano-db-sync with additional tools for management.
https://github.com/blinklabs-io/docker-cardano-db-sync
cardano cardano-db-sync docker-image dockerfile
Last synced: about 1 month ago
JSON representation
Docker container image for cardano-db-sync with additional tools for management.
- Host: GitHub
- URL: https://github.com/blinklabs-io/docker-cardano-db-sync
- Owner: blinklabs-io
- License: apache-2.0
- Created: 2021-12-11T15:55:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T12:33:13.000Z (about 2 months ago)
- Last Synced: 2024-11-23T13:29:15.239Z (about 2 months ago)
- Topics: cardano, cardano-db-sync, docker-image, dockerfile
- Language: Dockerfile
- Homepage:
- Size: 648 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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:```bash
docker run --detach \
--name cardano-db-sync \
-v dbsync-state:/var/lib/cexplorer \
-v node-ipc:/node-ipc \
ghcr.io/blinklabs-io/cardano-db-sync
```DB sync logs can be followed:
```bash
docker logs -f cardano-db-sync
```