File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ description: Dolos is a Cardano data node
4
4
dependencies :
5
5
- cardano-config >= 20240515
6
6
installSteps :
7
+ - file :
8
+ filename : daemon.toml
9
+ source : files/daemon.toml.gotmpl
7
10
- docker :
8
11
containerName : dolos
9
12
image : ghcr.io/txpipe/dolos:v0.7.0
@@ -15,20 +18,16 @@ installSteps:
15
18
- ' {{ .Paths.DataDir }}/data:/data'
16
19
- ' {{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
17
20
ports :
18
- - " 30013:30013 "
19
- - " 50051:50051 "
21
+ - " 30013"
22
+ - " 50051"
20
23
pullOnly : false
21
- - file :
22
- binary : true
23
- filename : daemon.toml
24
- source : files/daemon.toml.gotmpl
25
24
outputs :
26
- - name : dolos- grpc
25
+ - name : grpc
27
26
description : Dolos gRPC service
28
- value : ' http://localhost:50051'
29
- - name : dolos- ouroboros
27
+ value : ' http://localhost:{{ index (index .Ports "dolos") " 50051" }} '
28
+ - name : ouroboros-ntn
30
29
description : Dolos Ouroboros Node-to-Node service
31
- value : ' localhost:30013'
30
+ value : ' localhost:{{ index (index .Ports "dolos") " 30013" }} '
32
31
tags :
33
32
- docker
34
33
- linux
You can’t perform that action at this time.
0 commit comments