Static Site Template
Your static site is live.
Replace the files in site/, set the hostname in
.env, and deploy behind the shared Traefik proxy.
Next steps
- Copy
.env.exampleto.env. - Set
SITE_HOSTandSITE_ROUTER. - Point DNS at your EC2 IP.
- Run
docker compose up -d.