Remove Traefik — use simple port binding for NPM
All checks were successful
Build & Push / Build Server (push) Successful in 52s
Build & Push / Build Client (push) Successful in 39s

Stack uses Tailscale + Nginx Proxy Manager, not Traefik.
Client exposes PORT (default 3080) for NPM to proxy to.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 19:51:49 -04:00
parent ecaf17bf9f
commit 8b0273e70b
3 changed files with 13 additions and 14 deletions

View File

@@ -12,5 +12,8 @@ POSTGRES_PASSWORD=change-this-to-a-strong-password
# Generate with: openssl rand -hex 64
JWT_SECRET=change-this-to-a-long-random-string
# Fully-qualified domain — must match your Traefik routing rule
DOMAIN=tickets.thewrightserver.net
# Origin NPM proxies to this app (used for CORS)
CLIENT_URL=http://tickets.thewrightserver.net
# Host port NPM proxies to — change if 3080 is taken
PORT=3080