The error dial tcp: lookup postgres on 10.0.1.1:53: no such host indicates a DNS lookup failure, meaning the server can't resolve the hostname postgres to an IP address.
The error pq: Ident authentication failed for user "ente" suggests an authentication issue with PostgreSQL. This can occur if the password you're using is not the one PostgreSQL is expecting. If you are using Docker Compose for running Ente from source, you might not have set the same credentials in .env and museum.yaml inside server/config directory. Edit the values to make sure the correct credentials are being used. More information can be found at https://help.ente.io/self-hosting/troubleshooting/docker#postgres-authentication-failed
-# If your issue is resolved, feel free to use the </solved:1410327008973557843> command to close this thread. If you'd like to ask me another question use </docsearch:1378409618417647708>
Fixing Docker-related errors when trying to self-host Ente