abrechnung icon indicating copy to clipboard operation
abrechnung copied to clipboard

PostgreSQL authentication failing

Open Jacob-32587 opened this issue 9 months ago • 0 comments

I've been attempting to launch a modified version of the production compose file with a PostgreSQL database hosted in a docker container. I am unable to get the application to authenticate with the database though. I have ensured that the password set in the .env file matches the one set in the docker compose file. Additionally I have confirmed that I am able to authenticate via the psql CLI tool. What could be preventing the application from being able to connect to PostgreSQL?

.env

Image

docker-compose.prod.yaml

Image

Output

Image

Image

Jacob-32587 avatar Mar 22 '25 19:03 Jacob-32587