1 2 3 4 5 6 7 8 9 10 11 12
networks: default: name: crude services: postgres: container_name: crude-postgres image: postgres:alpine ports: - 5432:5432 environment: POSTGRES_USER: app POSTGRES_HOST_AUTH_METHOD: trust