Skip to content

Commit

Permalink
added docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alagunoff committed Aug 1, 2023
1 parent d61e009 commit 1c79a52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
cardano-node-ogmios:
image: cardanosolutions/cardano-node-ogmios:v5.6.0_1.35.7-preprod
ports:
- "1337:1337"
volumes:
- cardano-node-ogmios:/db
kupo:
image: cardanosolutions/kupo:v2.5.0
ports:
- "1442:1442"
volumes:
- kupo:/db
command: --ogmios-host cardano-node-ogmios --ogmios-port 1337 --since origin --match * --workdir /db --defer-db-indexes --host 0.0.0.0
volumes:
cardano-node-ogmios:
kupo:

0 comments on commit 1c79a52

Please sign in to comment.