From 81f2f48a86cd752185fbb6b5dc6163a93867be05 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 30 Apr 2026 21:35:42 -0400 Subject: [PATCH] fix: add environment variables and env_file for reactive-resume service Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 2d7c677..770567a 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -44,6 +44,10 @@ services: networks: - proxy-net - internal-resume-net + environment: + DATABASE_URL: ${DATABASE_URL} + env_file: + - .env volumes: # Used when S3 is not configured; keeps uploads persistent - /mnt/appdata/reactive-resume/data:/app/data