bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 189 forks source link

Problem starting TheOrgBook #173

Closed z1bc closed 3 years ago

z1bc commented 3 years ago

My ledger was started fine and I have created the DIDs as instructed.

When starting the org book, I got the following error:

$ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string. Pulling tob-db (postgresql:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

I looked into the docker-compose.yml, and changed image:postgresql to image:postgres once I did that, the script was able to pull down the postgres image.

Then I hit the next error:

=============================================================== $ seed=the_org_book_0000000000000000000 AUTO_REGISTER_DID=0 LEDGER_URL=not_used GENESIS_URL=http://${DHOST}:9000/genesis ./manage start WARNING: The INDY_WALLET_DID variable is not set. Defaulting to a blank string. Pulling schema-spy (schema-spy:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

I searched the docker repository and found a docker image called: iwinoto/schema-spy

At this point I am not sure if I should try to use that image instead.

I figure I should post an issue to make sure I am on the right path.