From e7c5fcf877201b968c54ea49f8445c050b78d19d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 16 Apr 2025 10:52:18 -0400 Subject: [PATCH] feat: Adds env file to services. --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index cc4181f..6d079db 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,8 +7,6 @@ services: volumes: - db-data:/var/lib/postgresql/data env_file: .env - environment: - - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] start_period: 1m