Skip to content

Commit

Permalink
feat: kupo 2.9.0 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Jul 19, 2024
1 parent 223cc25 commit 9a598e3
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/kupo/kupo-2.9.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: kupo
version: 2.9.0
description: Kupo is fast, lightweight and configurable chain-index for the Cardano blockchain
dependencies:
- cardano-config >= 20240515
- cardano-node = 9.0.0
installSteps:
- docker:
containerName: kupo
image: cardanosolutions/kupo:v2.9.0
command:
- kupo
- --node-socket
- /ipc/node.socket
- --host
- 0.0.0.0
- --port
- '1442'
- --log-level
- Info
- --node-config
- /config/config.json
- --match
- '*'
- --defer-db-indexes
- --since
- origin
- --workdir
- '/db'
binds:
- '{{ .Paths.ContextDir }}/node-ipc:/ipc'
- '{{ .Paths.ContextDir }}/kupo-db:/db'
- '{{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
ports:
- "1442"
pullOnly: false
outputs:
- name: url
description: Kupo API URL
value: 'http://localhost:{{ index (index .Ports "kupo") "1442" }}'
- name: health_url
description: Kupo health URL
value: 'http://localhost:{{ index (index .Ports "kupo") "1442" }}/health'
tags:
- docker
- linux
- darwin
- amd64
- arm64

0 comments on commit 9a598e3

Please sign in to comment.