KHY Website
Overview
| Field | Value |
|---|---|
| Purpose | Publish the KHY website |
| Owner | Website team; named owner to be recorded |
| Criticality | High |
| Image | nginx:alpine3.20-slim |
| Route | khy.kh3group.com |
Architecture
Traefik routes HTTPS to Nginx on aproxy.
Installation
Docker Compose at /root/khywebsite/docker-compose.yml.
Configuration
- Content:
/root/khywebsite/data/html:/usr/share/nginx/html - Network:
aproxy - Restart policy:
always
Operational Procedures
cd /root/khywebsite
docker compose logs --tail=100 khywebsite
docker compose restart khywebsite
docker compose pull
docker compose up -d
Back up the content directory or verify its reproducible deployment source.
Troubleshooting
Check content files, Nginx logs, Traefik labels, and DNS.