hyperledger / identus-docs

Documentation website for the Identus Platform
https://hyperledger.github.io/identus-docs/
Apache License 2.0
9 stars 1 forks source link

fix: ensure postgres port is set correctly in qsg #76

Closed ghost closed 7 months ago

ghost commented 7 months ago

Before, starting the verifier agent failed due to the postgres port being exposed accross the docker bridge network but trying to re-use the same port as the issuer

Now, the .env* files explicitly configure the postgres port for each agent to ensure both services can start