abrechnung
abrechnung copied to clipboard
PostgreSQL authentication failing
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?