Connect postgres from docker.
Self hosted - on the same machine that i got windmill, i have another postgres container running. I want to be able to connect to it from my windmill instance. As I understand i have to make a network and combine windmill and postgress in it. Which is the container from windmill that is responsible for connection i just want to add one container to the same network.
1 Reply
postgres://postgres:PASSWORD@postgres-db-1:5432/test
was able to connect now