1 2 3 4 5 6 7 8
services: test-db: image: postgres:latest environment: POSTGRES_USER: test POSTGRES_PASSWORD: test ports: - "5432:5432"