hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

Can't connect to Indy Pool #2596

Closed cclchd-soundaryaayyappan closed 6 months ago

cclchd-soundaryaayyappan commented 1 year ago

I have a running indy_pool docker container with 4 nodes. Used the Dockerfile https://github.com/hyperledger/indy-sdk/blob/main/ci/indy-pool.dockerfile to do this setup.

Now, trying to create a webserver docker container, in which I am facing issue to connect with indy_pool using the pool_transactions_genesis. Getting the below error

Screenshot from 2023-07-14 18-52-41

Attaching the docker-compose which I used to bring up the webserver.

docker-compose.txt

I tried using the client ip and node ip as indy_pool docker-container ip address which is 172.0.1.2. But, facing same error.

Can anyone pls let me know how to connect the indy_pool from webserver? Thanks in Advance.

WadeBarnes commented 1 year ago

Looks like you're partly using von-network already. Why don't you just use von-network for the network and browser?

cclchd-soundaryaayyappan commented 1 year ago

Thanks for your response @WadeBarnes

You're right. I am trying to use docker-compose file from von-network github, just to bring up ledger browser. And used https://github.com/hyperledger/indy-sdk/blob/main/ci/indy-pool.dockerfile to bring up indy nodes.

Instead of relying completely on von-network, I just crossed it.

Or is it recommended to use von-network for my own project. Will it not make any issue?

WadeBarnes commented 1 year ago

Just use von-network.