Files
Nexus/docker/profiles/1c4g.env
T
Nexus Deploy 6276ea08b7 feat(docker): remove bundled Redis; use external host install
Compose stack is MySQL+Nexus only; wizard Redis check is non-blocking
and defaults to host.docker.internal for self-managed Redis.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 02:48:00 +08:00

9 lines
204 B
Bash

# Host profile: 1 vCPU / 4 GiB (test / small VPS)
MYSQL_CNF_FILE=mysql-prod-1c4g.cnf
MYSQL_MEM_LIMIT=1g
MYSQL_CPUS=1
NEXUS_MEM_LIMIT=1g
NEXUS_CPUS=1
NEXUS_DB_POOL_SIZE=15
NEXUS_DB_MAX_OVERFLOW=10