Skip to content

Main Website

Overview

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

Architecture

Traefik routes HTTPS to Nginx on aproxy.

Installation

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

Configuration

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

Operational Procedures

cd /root/website
docker compose logs --tail=100 website
docker compose restart website
docker compose pull
docker compose up -d

Back up or reproduce /root/website/data/html from its source repository before replacement.

Troubleshooting

Check content files, Nginx logs, Traefik labels, and DNS.