/tmp space

This commit is contained in:
ilya-bov
2026-02-25 18:30:50 +03:00
parent 68325203db
commit 4c1a42c930
5 changed files with 40 additions and 13 deletions

View File

@@ -30,4 +30,11 @@ TELEGRAM_DEFAULT_PROJECT_ID=
APP_BIND_HOST=127.0.0.1
APP_PORT=3000
# Optional Docker runtime cache/temp paths (inside container).
# Defaults are defined in docker-compose.yml and usually do not need overrides.
# APP_TMP_DIR=/app/data/tmp
# PLAYWRIGHT_BROWSERS_PATH=/app/data/ms-playwright
# NPM_CONFIG_CACHE=/app/data/npm-cache
# XDG_CACHE_HOME=/app/data/.cache
APP_BASE_URL=http://localhost:3000