Skip to content
Discussion options

You must be logged in to vote

Are you running both postgresql and mathesar from the same docker-compose?
It seems you try to connect to a DB at 0.0.0.0 which does not have a "mathesar" role.

POSTGRES_HOST: ${POSTGRES_HOST:-http://0.0.0.0}/ should be the name of the container running postgres (or, i guess, an external postgresql)

In your docker-compose.yml you find this here:
db: image: postgres:13 container_name: mathesar_db

So it should read: POSTGRES_HOST: ${POSTGRES_HOST:-mathesar_db}

Replies: 3 comments

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants