Skip to content
Discussion options

You must be logged in to vote

Hello, the VoidAuth environment variable DB_HOST is the domain that VoidAuth should be able to use to reach the DB. In docker compose, the services in the same compose file can address each-other by their service name, and docker handles the DNS between them. Yours is not working probably because your postgres DB service is named db instead of voidauth-db. You can try to fix this issue by either renaming your postgres service to voidauth-db or changing your DB_HOST variable to DB_HOST=db. Let me know if that helps.

Replies: 9 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Stephan-P
Comment options

You must be logged in to vote
4 replies
@Stephan-P
Comment options

@Stephan-P
Comment options

@Stephan-P
Comment options

@Stephan-P
Comment options

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