Skip to content

Commit ee0cb0b

Browse files
authored
fix(packages): dolos reorder steps to resolve start issue (#238)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 8f4998e commit ee0cb0b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

packages/dolos/dolos-0.7.0.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Dolos is a Cardano data node
44
dependencies:
55
- cardano-config >= 20240515
66
installSteps:
7+
- file:
8+
filename: daemon.toml
9+
source: files/daemon.toml.gotmpl
710
- docker:
811
containerName: dolos
912
image: ghcr.io/txpipe/dolos:v0.7.0
@@ -15,20 +18,16 @@ installSteps:
1518
- '{{ .Paths.DataDir }}/data:/data'
1619
- '{{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
1720
ports:
18-
- "30013:30013"
19-
- "50051:50051"
21+
- "30013"
22+
- "50051"
2023
pullOnly: false
21-
- file:
22-
binary: true
23-
filename: daemon.toml
24-
source: files/daemon.toml.gotmpl
2524
outputs:
26-
- name: dolos-grpc
25+
- name: grpc
2726
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
3029
description: Dolos Ouroboros Node-to-Node service
31-
value: 'localhost:30013'
30+
value: 'localhost:{{ index (index .Ports "dolos") "30013" }}'
3231
tags:
3332
- docker
3433
- linux

0 commit comments

Comments
 (0)