6276ea08b7
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>
9 lines
212 B
Bash
9 lines
212 B
Bash
# Host profile: 2 vCPU / 8 GiB — default production
|
|
MYSQL_CNF_FILE=mysql-prod-2c8g.cnf
|
|
MYSQL_MEM_LIMIT=2g
|
|
MYSQL_CPUS=1.5
|
|
NEXUS_MEM_LIMIT=2g
|
|
NEXUS_CPUS=1.5
|
|
NEXUS_DB_POOL_SIZE=30
|
|
NEXUS_DB_MAX_OVERFLOW=20
|