Website Services
Overview
Seven lightweight Nginx containers publish static or generated content through Traefik.
| Service | Route/purpose | Source status |
|---|---|---|
| Main Website | website.kh3group.com |
Compose present |
| KH3 Website | kh3.kh3group.com |
Compose present |
| KHY Website | khy.kh3group.com |
Compose present |
| KHY Site | khysite.kh3group.com |
Compose present |
| Dashboard | Internal dashboard; route to be verified | Compose missing |
| Noticeboard | Generated noticeboard; route to be verified | Compose missing |
| Development Site | Development/static deployment target | Compose source relationship to be verified |
The Nginx documentation site is documented separately because it publishes this operational reference.
Architecture
flowchart LR
Users --> Traefik
Traefik --> Nginx["Nginx static containers"]
Content["Host content directories"] --> Nginx
Operational Procedures
Use the service page for the exact path. Validate the generated or static content before restarting its container, then test the public route.
Troubleshooting
- Old content: check host file timestamps and CI deployment.
- Empty page: confirm the correct host directory is mounted.
- Route failure: check
aproxyand Traefik labels.