How to connect my ASP.NET Core Web API to PostgreSQL database using Docker Compose?
I'm trying to make my application work with Docker Compose but every time I run docker-compose up -d, my API crashes at startup (I am TRYING to migrate my database with EF Core in case I am not in production).…