Skip to content

Error while using wallet api from Swagger UI #83

Answered by mikeplotean
eminademburan asked this question in Help
Discussion options

You must be logged in to vote

yes, with docker compose the reverse proxy is done for you
but when running the containers standalone, you need to know the address of the container to be able to talk with it
which means the issuer-service.conf and verifier-service.conf should be updated to those specific ip addresses

it might be easier to create a network and run the containers within that network
this makes it possible to reference the container by name (aka automatic service discovery)

so the setup would look smth. like this:

  1. update configs (replace baseUrl)
  • waltid-issuer-api/issuer-service.conf
baseUrl = "http://issuer:7002"
  • waltid-verifier-api/verifier-service.conf
baseUrl = "http://verifier:7003"
  1. create th…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mikeplotean
Comment options

You must be logged in to vote
1 reply
@mikeplotean
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants