Why won’t PostgreSQL Docker container connect in Spring Boot app using a Dockerfile?
I'm currently creating a backend API using Java 20, and Springboot. Im kind of a beginner. So Ill explain the structure Im following. Before thinking about dockerizing the application, I ussed a docker-compose file to run a PostgreSQL Database. docker-compose.yaml…