Docker compose example #133
-
Hi. Do you have docker-compose example file which uses cardano-node-ogmios and kupo services together? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey, not quite yet. That's been on my TODO-list for a while for never sat down to do it. There's one compose example in Ogmios which wouldn't be too hard to extend with Kupo: https://github.com/CardanoSolutions/ogmios/blob/master/docker-compose.yml |
Beta Was this translation helpful? Give feedback.
-
Here you can find a kupo+ogmios
For external access to the Kupo, replace:
With
|
Beta Was this translation helpful? Give feedback.
Here you can find a kupo+ogmios
docker-compose.yml
file: https://github.com/xray-network/xray-graph-kupmiosgit clone --recurse-submodules https://github.com/ray-network/raygraph-kupmios.git
KUPO_MATCH=* docker compose up -d
For external access to the Kupo, replace:
With