feat: Add UID/GID configuration to .env.example and update README for container user settings

This commit is contained in:
JB
2025-10-06 14:30:55 -07:00
parent 7d132e6fcc
commit 26e0e764db
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ services:
TORCH_INDEX_URL: ${TORCH_INDEX_URL:-https://download.pytorch.org/whl/cu124}
TORCH_VERSION: ${TORCH_VERSION:-}
image: abogen:latest
user: "${ABOGEN_UID:-1000}:${ABOGEN_GID:-1000}"
ports:
- "${ABOGEN_PORT:-8808}:8808"
volumes: