Skip to content

Commit fcd55da

Browse files
authored
chore(packages): ogmios 6.5.0 (#278)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 45bc79f commit fcd55da

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

packages/ogmios/ogmios-6.5.0.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: ogmios
2+
version: 6.5.0
3+
description: Ogmios, a WebSocket & HTTP server for Cardano, providing a bridge between Cardano nodes and clients.
4+
dependencies:
5+
- cardano-config = 20240702
6+
- cardano-node >= 9.0.0
7+
installSteps:
8+
- docker:
9+
containerName: ogmios
10+
image: cardanosolutions/ogmios:v6.5.0
11+
command:
12+
- ogmios
13+
- --log-level
14+
- info
15+
- --host
16+
- 0.0.0.0
17+
- --port
18+
- "1337"
19+
- --node-socket
20+
- /ipc/node.socket
21+
- --node-config
22+
- /config/{{ .Context.Network }}/cardano-node/config.json
23+
binds:
24+
- '{{ .Paths.ContextDir }}/node-ipc:/ipc'
25+
- '{{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
26+
ports:
27+
- "1337"
28+
pullOnly: false
29+
outputs:
30+
- name: url
31+
description: Ogmios WebSocket & HTTP server URL
32+
value: 'http://localhost:{{ index (index .Ports "ogmios") "1337" }}'
33+
- name: health_url
34+
description: Ogmios health URL
35+
value: 'http://localhost:{{ index (index .Ports "ogmios") "1337" }}/health'
36+
tags:
37+
- docker
38+
- linux
39+
- darwin
40+
- amd64
41+
- arm64

0 commit comments

Comments
 (0)