Skip to content

Commit

Permalink
[self-host] allow configurable dashboard port (#33852)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2c6a92f6aa3e9290407d031ba45fb0d4f4beb8d0
  • Loading branch information
ldanilek authored and Convex, Inc. committed Jan 31, 2025
1 parent 88bc56d commit 7f0e8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-hosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
dockerfile: Dockerfile.dashboard
image: ghcr.io/get-convex/self-hosted-dashboard:latest
ports:
- "6790:6790"
- "${DASHBOARD_PORT:-6790}:6790"
environment:
- NEXT_PUBLIC_DEPLOYMENT_URL=http://127.0.0.1:3210
- NEXT_PUBLIC_ADMIN_KEY=${ADMIN_KEY}
Expand Down

0 comments on commit 7f0e8af

Please sign in to comment.