mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 10:03:19 +00:00
/tmp space
This commit is contained in:
@@ -15,12 +15,14 @@ services:
|
||||
NEXT_TELEMETRY_DISABLED: "1"
|
||||
HOSTNAME: 0.0.0.0
|
||||
PORT: "3000"
|
||||
TMPDIR: ${APP_TMP_DIR:-/app/data/tmp}
|
||||
PLAYWRIGHT_BROWSERS_PATH: ${PLAYWRIGHT_BROWSERS_PATH:-/app/data/ms-playwright}
|
||||
npm_config_cache: ${NPM_CONFIG_CACHE:-/app/data/npm-cache}
|
||||
XDG_CACHE_HOME: ${XDG_CACHE_HOME:-/app/data/.cache}
|
||||
ports:
|
||||
- "${APP_BIND_HOST:-127.0.0.1}:${APP_PORT:-3000}:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
tmpfs:
|
||||
- /tmp:rw,noexec,nosuid,size=64m
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user