Skip to content

KH3 Website

Overview

Field Value
Purpose Publish the KH3 website
Owner Website team; named owner to be recorded
Criticality High
Image nginx:alpine3.20-slim
Route kh3.kh3group.com

Architecture

Traefik routes HTTPS to Nginx on aproxy.

Installation

Docker Compose at /root/kh3website/docker-compose.yml.

Configuration

  • Content: /root/kh3website/data/html:/usr/share/nginx/html
  • Network: aproxy
  • Restart policy: always

Operational Procedures

cd /root/kh3website
docker compose logs --tail=100 kh3website
docker compose restart kh3website
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.