Change Hub port from 3000 to 3847
All checks were successful
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m36s
Build and Push Docker Image / build (push) Successful in 3m36s

- Add HUB_PORT variable to .env.example
- Update docker-compose.yml to use configurable port
- Update nginx config to proxy to port 3847

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-17 14:30:45 +01:00
parent 71ddeacac2
commit 49e5f4c43f
3 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ server {
# Proxy to Hub container
location / {
proxy_pass http://127.0.0.1:3000;
proxy_pass http://127.0.0.1:3847;
proxy_http_version 1.1;
# Headers