cardano-foundation / cardano-graphql

GraphQL API for Cardano
Apache License 2.0
263 stars 104 forks source link

fix: mount local config into cardano-node-ogmios #761

Closed rhyslbw closed 2 years ago

rhyslbw commented 2 years ago

Context

Fixes #758 The current version of cardano-node-ogmios contains p2p configuration, as it was released prior to the transformation to avoid the p2p bug in the core.

Proposed Solution

Mount the local config to override the invalid config in the image. The Docker Compose file is already dependent on having cardano-configurations cloned, so this change has no impact on usability.