Skip to content

Commit 6dbaf1a

Browse files
authored
feat(packages): dolos 0.10.1 (#273)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent db544d2 commit 6dbaf1a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

packages/dolos/dolos-0.10.1.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

0 commit comments

Comments
 (0)