Skip to content

Commit

Permalink
fix(packages): dolos reorder steps to resolve start issue (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored May 25, 2024
1 parent 8f4998e commit ee0cb0b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions packages/dolos/dolos-0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: Dolos is a Cardano data node
dependencies:
- cardano-config >= 20240515
installSteps:
- file:
filename: daemon.toml
source: files/daemon.toml.gotmpl
- docker:
containerName: dolos
image: ghcr.io/txpipe/dolos:v0.7.0
Expand All @@ -15,20 +18,16 @@ installSteps:
- '{{ .Paths.DataDir }}/data:/data'
- '{{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
ports:
- "30013:30013"
- "50051:50051"
- "30013"
- "50051"
pullOnly: false
- file:
binary: true
filename: daemon.toml
source: files/daemon.toml.gotmpl
outputs:
- name: dolos-grpc
- name: grpc
description: Dolos gRPC service
value: 'http://localhost:50051'
- name: dolos-ouroboros
value: 'http://localhost:{{ index (index .Ports "dolos") "50051" }}'
- name: ouroboros-ntn
description: Dolos Ouroboros Node-to-Node service
value: 'localhost:30013'
value: 'localhost:{{ index (index .Ports "dolos") "30013" }}'
tags:
- docker
- linux
Expand Down

0 comments on commit ee0cb0b

Please sign in to comment.