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

@@ -28,6 +28,9 @@ SETTINGS_ENCRYPTION_KEY=CHANGE_ME_GENERATE_WITH_OPENSSL_RAND_HEX_32
POSTGRES_USER=letsbe_hub
POSTGRES_DB=letsbe_hub
# Hub port (change if 3000 is occupied)
HUB_PORT=3847
# Hub image tag (default: master)
HUB_IMAGE_TAG=master