Skip to content

Fix provided port in docs#1652

Open
ByteAfterlife wants to merge 4 commits intoevroon:masterfrom
ByteAfterlife:patch-2
Open

Fix provided port in docs#1652
ByteAfterlife wants to merge 4 commits intoevroon:masterfrom
ByteAfterlife:patch-2

Conversation

@ByteAfterlife
Copy link
Copy Markdown
Contributor

The port in the docker compose seems to be 8400, however the docs say it's 3000. Users may not know why they are seeing Connection refused issues

@evroon
Copy link
Copy Markdown
Owner

evroon commented Apr 9, 2026

Hmm port 8400 is the backend and 3000 is the frontend. But it seems like 3000 is missing in docker-compose.yml so that should be fixed instead:

https://github.com/evroon/bracket/blob/master/docker-compose.yml#L24

Mounting to /var/lib/postgres/data is no longer allowed after Postgre…
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.80%. Comparing base (d5ea177) to head (819b5ae).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1652      +/-   ##
==========================================
+ Coverage   94.74%   94.80%   +0.05%     
==========================================
  Files         120      120              
  Lines        4379     4387       +8     
==========================================
+ Hits         4149     4159      +10     
+ Misses        230      228       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ByteAfterlife
Copy link
Copy Markdown
Contributor Author

I'm able to log into the Web UI and do everything through port 8400 through the current main docker compose, I'm not sure if by "fix" you meant add 3000 as another mapping, but so I did that.

@evroon
Copy link
Copy Markdown
Owner

evroon commented Apr 12, 2026

Hmm but on port 8400 you should still be accessing the backend, not the frontend right?

@ByteAfterlife
Copy link
Copy Markdown
Contributor Author

Hmm but on port 8400 you should still be accessing the backend, not the frontend right?

Honestly, I'm not sure, sorry.

@evroon
Copy link
Copy Markdown
Owner

evroon commented Apr 14, 2026

Ah I was confused, sorry. This is about the Docker container that contains the backend and serves the frontend via the backend FastAPI webserver. So the frontend indeed gets served via localhost:8400 and you were correct at first.

Sorry for the confusion, but could you revert your last commit again? We indeed only have to fix the port in the docs like you did initially

@ByteAfterlife
Copy link
Copy Markdown
Contributor Author

Sorry for the confusion, but could you revert your last commit again? We indeed only have to fix the port in the docs like you did initially

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants