Skip to content

Commit

Permalink
feat(packages): update Ogmios package with outputs and dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Verbic <verbotenj@blinklabs.io>
  • Loading branch information
verbotenj committed Apr 1, 2024
1 parent 620c37c commit c1c3384
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/ogmios/ogmios-v6.1.0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ogmios
version: v6.1.0
description: Ogmios, a WebSocket & HTTP server for Cardano, providing a bridge between Cardano nodes and clients.
dependencies:
- cardano-node >= 8.7.3
installSteps:
- docker:
containerName: ogmios
Expand All @@ -22,6 +24,13 @@ installSteps:
ports:
- "1337"
pullOnly: false
outputs:
- name: url
description: Ogmios WebSocket & HTTP server URL
value: 'http://localhost:{{ index (index .Ports "ogmios") "1337" }}'
- name: health_url
description: Ogmios helth URL
value: 'http://localhost:{{ index (index .Ports "ogmios") "1337" }}/health'
tags:
- docker
- linux
Expand Down

0 comments on commit c1c3384

Please sign in to comment.