txpipe / dolos

Cardano Data Node
https://dolos.txpipe.io
Apache License 2.0
65 stars 18 forks source link

running dolos inside docker container #212

Closed NanuIjaz closed 2 months ago

NanuIjaz commented 4 months ago

Hi, we have a docker compose file to run dolos inside the container. Container shows below logs while starting. kindly suggest what needs to done to start the daemon.

2024-04-25T02:40:45.049600Z ERROR stage{stage="pull"}:execute: gasket::framework: x=error sending work unit through output port 2024-04-25T02:40:45.049640Z ERROR stage{stage="pull"}: gasket::runtime: stage should stop retry=Retry(None)

version: '3.7'

services: dolos: image: emurgornd/dolos:latest volumes:

scarmuega commented 4 months ago

hi @NanuIjaz, I'm not familiar with the docker image emurgornd/dolos:latest. Could you try with the docker image shown in our documentation?

https://dolos.txpipe.io/

If not, please explain how that image is being built and also include a longer log trace (previous logs). We'll do our best to help you

scarmuega commented 2 months ago

Closing for lack of activity. For reference, these are the latest docs on how to use Dolos docker image.