nategodd/compose.yml
type-two 77a522a16f Production hardening + container for public hosting
- Request body cap (16KB), search query cap, input range validation
  (year 1800-2399, date/time fields, lat/lon bounds)
- Dockerfile (gunicorn, 2 workers) + compose binding 127.0.0.1:7799
  for cloudflared-fronted deployment

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-14 15:02:56 +10:00

8 lines
198 B
YAML

services:
nategodd:
build: .
container_name: nategodd
restart: unless-stopped
ports:
- "127.0.0.1:7799:7799" # cloudflared reaches it via localhost; never exposed directly