Vantz Stockwell
d4222a650c
fix: Use TCP port check for NATS healthcheck
...
NATS image has no wget/curl. Use bash TCP check on port 4222 instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:26:41 -05:00
Vantz Stockwell
4df4a0a2cd
fix: Replace NATS healthcheck — ldm signal was triggering shutdown
...
The old healthcheck used nats-server --signal ldm which puts NATS into
lame duck (shutdown) mode. Use the /healthz HTTP endpoint instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:20:33 -05:00
Vantz Stockwell
68f399659b
fix: Remove duplicate NATS store_dir and jetstream flags from compose
...
Config file already sets jetstream and store_dir. Duplicate CLI flags
cause NATS to exit with error.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:13:49 -05:00
Vantz Stockwell
271c9f43fa
fix: Remap ports to avoid conflicts — 8087/8088/8089
...
Frontend nginx: 8087, API: 8088, NATS: 8089. Removed NATS
monitoring and WebSocket host ports (not needed externally).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:10:01 -05:00
Vantz Stockwell
c20ed2d384
fix: Change nginx port to 8087 — port 80 taken by NPM
...
NPM handles SSL termination and proxies to 8087.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 00:50:30 -05:00
Vantz Stockwell
175d6f0a7b
scaffold: Docker infrastructure — Compose, Nginx, NATS, Dockerfile
...
4-service stack (PostgreSQL 16, NATS JetStream, Rust API, Nginx),
multi-stage Rust build with dependency caching, wildcard subdomain
routing for public sites, WebSocket support, rate limiting zones.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-14 21:42:15 -05:00