fix: uncomment SOURCE environment variable and comment out homebrew volume path in 5etools service configuration

This commit is contained in:
nathan 2026-04-28 17:40:03 -04:00
parent f7836136ad
commit 268e78ae96

View File

@ -4,7 +4,7 @@ services:
container_name: 5etools container_name: 5etools
restart: unless-stopped restart: unless-stopped
environment: environment:
# - SOURCE=GITHUB - SOURCE=GITHUB
- IMG=TRUE - IMG=TRUE
- DL_LINK=https://github.com/5etools-mirror-3/5etools-2014-src.git - DL_LINK=https://github.com/5etools-mirror-3/5etools-2014-src.git
- IMG_LINK=https://github.com/5etools-mirror-3/5etools-2014-img.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 # Use a Named Volume for the main site to ensure 'git clone' succeeds
- /mnt/appdata/5etools/data:/usr/local/apache2/htdocs - /mnt/appdata/5etools/data:/usr/local/apache2/htdocs
# Mount ONLY your custom homebrew folder specifically # 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: networks:
- proxy-net - proxy-net
labels: labels: