feat: Update environment configuration for Docker to include temporary directory settings

This commit is contained in:
JB
2025-10-06 14:42:54 -07:00
parent 26e0e764db
commit 153d5ba92c
4 changed files with 15 additions and 4 deletions
+6 -1
View File
@@ -2,9 +2,14 @@
# Relative paths are resolved from the repository root when running locally.
ABOGEN_SETTINGS_DIR=./config
ABOGEN_TEMP_DIR=./storage/tmp
ABOGEN_OUTPUT_DIR=./storage/output
# Temporary working directory. When running in Docker, keep this inside the
# mounted /data volume so non-root users can write to it. For local (non-Docker)
# usage, change this to a path that makes sense on your machine or comment it out
# to fall back to the OS cache directory.
ABOGEN_TEMP_DIR=/data/cache
# UID/GID used when running the Docker container. 1000:1000 matches most Linux hosts.
# Find your current values with:
# id -u # UID