Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

feat: make gRPC port configurable via GRPC_PORT env var#3

Merged
NicolasRitouet merged 1 commit into
mainfrom
feat/self-hosting
Feb 2, 2026
Merged

feat: make gRPC port configurable via GRPC_PORT env var#3
NicolasRitouet merged 1 commit into
mainfrom
feat/self-hosting

Conversation

@NicolasRitouet

Copy link
Copy Markdown
Member

Summary

  • Read gRPC listen port from GRPC_PORT environment variable with 50051 default
  • Enables flexible port configuration in Docker Compose and other environments

Test plan

  • Default behavior: starts on port 50051 without GRPC_PORT set
  • GRPC_PORT=50052 go run . starts on port 50052
  • Docker Compose healthcheck uses matching port

🤖 Generated with Claude Code

Read port from GRPC_PORT environment variable with 50051 default,
instead of hardcoding the port number.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@NicolasRitouet
NicolasRitouet merged commit 0414631 into main Feb 2, 2026
2 checks passed
@NicolasRitouet
NicolasRitouet deleted the feat/self-hosting branch February 2, 2026 21:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant