LiveSchool — Docker install (SingleTenant)
==========================================
Online: https://www.school-automation.com/modules/install
Pack path in repo / cloud zip: docker/  (or deploy/packs/onprem-docker)

1. Copy .env.example to .env and set:
   - LIVESCHOOL_SQL (your SQL connection string), OR use profile with-sql for lab SQL
   - PUBLIC_API_URL  (browser-reachable, e.g. http://localhost:5301/)
   - PUBLIC_WEB_URL  (e.g. http://localhost:5227)
   - SchoolBranding__SchoolName / SchoolBranding__Theme (optional OEM defaults)
   - Jwt__Key (unique per school)
2. From the docker folder:
     docker compose up -d --build
3. Open PUBLIC_WEB_URL, sign in, activate license.json keys, turn enforcement On.
4. Hosting__Mode=SingleTenant and DisableHostTenantRouting=true are the defaults
   (one database per install; no host-header multi-tenant routing).

Do NOT use the repo-root developer docker-compose.yml for customer installs.
Full steps: INSTALL-GUIDE.txt (cloud zip) or CUSTOMER-INSTALL-GUIDE.md in docs/marketplace.
