Ryan Malloy 9c9b69c733 Add deployment infrastructure and TUI showcase guide
Dockerfile (multi-stage: base/dev/build/prod with caddy:2-alpine),
docker-compose.yml with caddy-docker-proxy labels for birdcage.warehack.ing,
Caddyfile, Makefile (up/down/dev/prod/clean), and .env.

TUI guide page with 4 screenshots (F1 position, F2 signal, F4 system,
F5 console), demo mode docs, and project backstory crediting Gabe Emerson
(KL1FI) and Chris Davidson.
2026-02-13 15:12:54 -07:00

6 lines
137 B
Bash

COMPOSE_PROJECT_NAME=birdcage-docs
APP_ENV=prod
APP_PORT=80
PUBLIC_DOMAIN=birdcage.warehack.ing
VITE_HMR_HOST=birdcage.warehack.ing