feat: Adds env file to services.

This commit is contained in:
2025-04-16 10:52:18 -04:00
parent 10a4da8da0
commit e7c5fcf877

View File

@@ -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