mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Update environment variables and Docker configuration for improved directory management
This commit is contained in:
+7
-2
@@ -12,12 +12,17 @@ services:
|
||||
- "${ABOGEN_PORT:-8808}:8808"
|
||||
volumes:
|
||||
- ${ABOGEN_DATA:-./data}:/data
|
||||
- ${ABOGEN_SETTINGS_DIR:-./config}:/config
|
||||
- ${ABOGEN_OUTPUT_DIR:-./storage/output}:/data/outputs
|
||||
- ${ABOGEN_TEMP_DIR:-./storage/tmp}:/data/cache
|
||||
environment:
|
||||
ABOGEN_HOST: 0.0.0.0
|
||||
ABOGEN_PORT: 8808
|
||||
ABOGEN_SETTINGS_DIR: "/config"
|
||||
ABOGEN_UPLOAD_ROOT: /data/uploads
|
||||
ABOGEN_OUTPUT_ROOT: /data/outputs
|
||||
ABOGEN_TEMP_DIR: "${ABOGEN_TEMP_DIR:-/data/cache}"
|
||||
ABOGEN_OUTPUT_DIR: "/data/outputs"
|
||||
ABOGEN_OUTPUT_ROOT: "/data/outputs"
|
||||
ABOGEN_TEMP_DIR: "/data/cache"
|
||||
# --- GPU support -----------------------------------------------------
|
||||
# These settings assume the NVIDIA Container Toolkit is installed.
|
||||
# Leave them in place for GPU acceleration; comment out the entire block
|
||||
|
||||
Reference in New Issue
Block a user