From 10a4da8da077f33d4ae892cf90b348b9652c723a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 16 Apr 2025 10:47:24 -0400 Subject: [PATCH] feat: Adds env file to services. --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 6d75999..cc4181f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,6 +6,7 @@ services: - backend volumes: - db-data:/var/lib/postgresql/data + env_file: .env environment: - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} healthcheck: @@ -61,6 +62,7 @@ services: networks: - backend - proxy + env_file: .env environment: - TMPDIR=/var/lib/plausible/tmp # required: https://github.com/plausible/community-edition/wiki/configuration#required