Serves the public landing page via a minimal nginx alpine container mounted with static HTML content. Works in tandem with Nginx Proxy Manager for TLS termination.【F:website/compose.yml†L1-L17】
| Service | Role |
|---|---|
| landing | Static site served from /mnt/user/appdata/nginx/www. |
/mnt/user/appdata/nginx/www; changes are picked up instantly by the container./mnt/user/appdata/nginx/logs, useful for analytics or troubleshooting.