elegant-printer-25872
06/21/2020, 7:44 AMpostgresd:
image: postgres:9.6
ports:
- "5432:5432"
environment:
- POSTGRES_USER=kratos
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=kratos
networks:
- intranet
and DG settings in attachment. It always asks for password and couldn't connect. I guess I should make some set up for connecting to Docker containers.