Closed cclchd-soundaryaayyappan closed 9 months ago
Looks like you're partly using von-network already. Why don't you just use von-network for the network and browser?
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?
Just use von-network.
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
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.