Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Emmett 9cb5faa44f Fix health check to use IPv4
Health check was using localhost which resolved to IPv6 [::1],
but the server binds to 0.0.0.0. Changed to 127.0.0.1.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:51:09 +01:00
Jeff Emmett 275a4faf9a Add worldplay.art domain support
- Added worldplay.art and www.worldplay.art to Traefik router
- Updated www redirect to point to worldplay.art

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:30:46 +01:00
Jeff Emmett 52000c0f5a Initial commit: WORLDPLAY event website
- Express server with health check
- Single-page HTML site
- Docker + docker-compose setup
- Traefik integration for worldplay.jeffemmett.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 11:50:14 +01:00