18 lines
470 B
Bash
18 lines
470 B
Bash
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=replace-with-a-long-unique-password
|
|
SESSION_SECRET=replace-with-at-least-32-random-characters
|
|
SITE_GATEWAY_DATA=/DATA/AppData/site-gateway
|
|
PUID=1000
|
|
PGID=1000
|
|
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
|