From 268e78ae96c6a663e168f3752e14e3efe56ff387 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 17:40:03 -0400 Subject: [PATCH] fix: uncomment SOURCE environment variable and comment out homebrew volume path in 5etools service configuration --- nodes/heimdall/5etools/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/5etools/compose.yaml b/nodes/heimdall/5etools/compose.yaml index 996723c..8851e81 100644 --- a/nodes/heimdall/5etools/compose.yaml +++ b/nodes/heimdall/5etools/compose.yaml @@ -4,7 +4,7 @@ services: container_name: 5etools restart: unless-stopped environment: - # - SOURCE=GITHUB + - SOURCE=GITHUB - IMG=TRUE - DL_LINK=https://github.com/5etools-mirror-3/5etools-2014-src.git - IMG_LINK=https://github.com/5etools-mirror-3/5etools-2014-img.git @@ -12,7 +12,7 @@ services: # Use a Named Volume for the main site to ensure 'git clone' succeeds - /mnt/appdata/5etools/data:/usr/local/apache2/htdocs # Mount ONLY your custom homebrew folder specifically - - /mnt/appdata/5etools/homebrew:/usr/local/apache2/htdocs/homebrew + # - /mnt/appdata/5etools/homebrew:/usr/local/apache2/htdocs/homebrew networks: - proxy-net labels: