File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : dolos
2
+ version : 0.10.1
3
+ description : Dolos is a Cardano data node
4
+ dependencies :
5
+ - cardano-config >= 20240515
6
+ installSteps :
7
+ - file :
8
+ filename : daemon.toml
9
+ source : files/daemon.toml.gotmpl
10
+ - docker :
11
+ containerName : dolos
12
+ image : ghcr.io/txpipe/dolos:v0.10.1
13
+ command :
14
+ - dolos
15
+ - daemon
16
+ binds :
17
+ - ' {{ .Paths.DataDir }}:/etc/dolos'
18
+ - ' {{ .Paths.DataDir }}/data:/data'
19
+ - ' {{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
20
+ - ' {{ .Paths.ContextDir }}/dolos-ipc:/ipc'
21
+ ports :
22
+ - " 30013"
23
+ - " 50051"
24
+ pullOnly : false
25
+ outputs :
26
+ - name : grpc
27
+ description : Dolos gRPC service
28
+ value : ' http://localhost:{{ index (index .Ports "dolos") "50051" }}'
29
+ - name : relay
30
+ description : Dolos Ouroboros Node-to-Node service
31
+ value : ' localhost:{{ index (index .Ports "dolos") "30013" }}'
32
+ - name : socket-path
33
+ description : Path to the Dolos Ouroboros Node-to-Client UNIX socket
34
+ value : ' {{ .Paths.ContextDir }}/dolos-ipc/dolos.socket'
35
+ tags :
36
+ - docker
37
+ - linux
38
+ - darwin
39
+ - amd64
40
+ - arm64
You can’t perform that action at this time.
0 commit comments