Add resource-limit env options to all compose files and .env.example

This commit is contained in:
2026-09-20 15:54:09 -04:00
parent 5b5ba9b3be
commit 747c776a84
7 changed files with 52 additions and 3 deletions
+7
View File
@@ -8,3 +8,10 @@ ACME_EMAIL=you@example.com
HTTP_PORT=80
HTTPS_PORT=443
BACKUP_PASSWORD=
# Optional resource-panel tuning (see compose.release.yaml). Leave commented
# to run unlimited / compare Disk against the whole volume.
# DATA_DIR_LIMIT_GB=30
# MEM_LIMIT=2g
# CPU_LIMIT=2
# CPUSET=0,1