1 2 3 4 5 6 7 8
services: postgres: image: postgres:17 ports: - "15432:5432" environment: POSTGRES_USER: pg POSTGRES_PASSWORD: 123