From b01fd166ba3c156f58867471e80fd3769feda6c2 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 28 Nov 2025 18:57:14 -0500 Subject: [PATCH] forgot to add .env to all --- docker-compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2aef1b8..d675cf6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,6 +22,8 @@ services: image: postgres:14-alpine container_name: postgres-drop-shielded network_mode: "service:gluetun" + env_file: + - .env healthcheck: test: pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER} interval: 30s @@ -42,6 +44,8 @@ services: depends_on: postgres: condition: service_healthy + env_file: + - .env #ports: # - ${DROP_AIRVPN_PORT}:3000 volumes: