version: "3" services: study-db: image: postgres ports: - 5432:5432 environment: POSTGRES_PASSWORD: study POSTGRES_USER: study POSTGRES_DB: study