Struggle to make docker setup working with an external database
Hello, I am currently trying to setup docker-compose to work with my external database that is hosted on my raspberry pi. I changed secrets and made
POSTGRES_HOST to point to my raspberrypi. But when I run docker-compose I am getting a few errors. How can I fix them?

