gr-mcp/docs/.env.example
Ryan Malloy 3fe862109d add docs site deployment infrastructure (Docker + Caddy)
- Multi-stage Dockerfile: Node builder → Caddy static prod, Node HMR dev
- docker-compose with dev/prod profiles on external caddy network
- Caddyfile with immutable hashed asset caching
- Makefile: prod, dev, down, logs, rebuild targets
- Site URL configurable via SITE_URL env var
2026-02-24 09:36:43 -07:00

4 lines
65 B
Plaintext

COMPOSE_PROJECT=gr-mcp-docs
DOMAIN=gr-mcp.warehack.ing
MODE=prod