File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ Controlled by `CADDY_DEPLOYMENT_MODE` - defines **how Caddy operates**:
106106
107107- ** ` development ` ** : Local development
108108 - HTTP only, self-signed internal CA certs
109- - Next.js runs separately on host (` pnpm run dev ` )
110- - Custom ports based on slot offset
109+ - Next.js runs separately on host (` pnpm run dev ` ) at port 3000 ( http://local.statbus.org:3000 )
110+ - Slot-based ports (e.g., 3010) are for testing containerized production builds to catch advanced timing issues
111111 - PostgreSQL available on two separate ports (slot-based):
112112 - Port 3014 (offset 1): Plaintext (default, convenient for local psql and SSH tunnels)
113113 - Port 3015 (offset 1): TLS+SNI (for testing production-like connections with ` TLS=1 ` )
You can’t perform that action at this time.
0 commit comments