version: '3.7' services: database: image: postgres:15.3 env_file: - .env ports: - 5432:5432 environment: POSTGRES_PASSWORD: $DATABASE_PASSWORD