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
ef5ee0f844
fix: Switch Dockerfile to Debian-based Rust image for 1.88+ support
...
Dependencies require Rust 1.88. Alpine images lag behind. Switched
to rust:latest (Debian) for build and debian:bookworm-slim for runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 00:51:27 -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
fd509eea96
fix: Bump Rust image to 1.85 for edition2024 support
...
Dependency moxcms requires edition2024 feature, stabilized in Rust 1.85.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 00:48:54 -05:00
Vantz Stockwell
2c3688c914
fix: Make Cargo.lock optional in Docker build
...
Cargo.lock may not exist before first build. Use wildcard copy
so Docker doesn't fail if lockfile is missing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 00:45:04 -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