File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments