buidler-labs / dockerized-hedera-services

A stripped down, local, hedera-services stack

Home Page:https://hedera.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL is no longer a platform dependency

dccboss opened this issue · comments

From hashgraph/hedera-services#3078

Steps to Reproduce

  1. Pull repository
  2. Do not create .env file
  3. docker-compose up -d
  4. docker logs dockerized-hedera-services-node_0-1

image

This causes each of the three nodes to each exit immediately with 204 - no error.

Thank you for reporting this! Much appreciated!

Maybe you already doing this, but if this is blocking you in any urgent way, have you thought of using the official hedera local-node solution?

We made this repo before anything was officially available and it has helped us greatly, but now that hashgraph has rolled out their own implementation, we switched to using that, mostly.

Thanks for the response @3Nigma. Yes, I went with hedera-local-node :)