My services don't see each other via Docker Compose, and also don't see PosgreSQL on the local machine
I have PostgreSQL installed on my local machine on port 5432. I build several microservices via Docker Compose, but they can't connect to PostgreSQL and one service can't see Keycloak. Tried a bunch of options already and it still doesn't…