Skip to content

Docker compose example #133

Answered by xray-robot
alagunoff asked this question in Q&A
Discussion options

You must be logged in to vote

Here you can find a kupo+ogmios docker-compose.yml file: https://github.com/xray-network/xray-graph-kupmios

  1. Clone git clone --recurse-submodules https://github.com/ray-network/raygraph-kupmios.git
  2. Then run KUPO_MATCH=* docker compose up -d

For external access to the Kupo, replace:

ports:
      - 127.0.0.1:${KUPO_PORT:-1442}:1442

With

ports:
      - ${KUPO_PORT:-1442}:1442

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alagunoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants