Figuring stuff out

·

1 min read

Today was more of a learning day. I attempted to connect a postgres database to my .net application but it didn't work. My application is containerized, and I quickly found out that when connecting to my database, which is on localhost, my docker container wouldnt be able to find it since localhost to the container is itself, not my machine. Now im researching a bit more about docker and using docker compose to link them all together.