-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Connecting to clickhouse db using @clickhouse/client npm package #4396
Comments
HTTP should be exposed instead of tcp |
thanks, will test it out, forgot i had opened an issue about this, i had to write a docker compose file that used original clickhouse image instead of the one provided in coolify, it seems to work as expected. |
@Flowko can you share? Or it's just generic docker compose with no tricks? |
@rndD yeah sure thing: this uses clickhouse-server from clickhouse, coolify uses some other companies image, it might need some tweaks ofc, but yeah this works as expected for me
the
|
@Flowko thanks mate |
Error Message and Logs
Error: Port 9000 is for clickhouse-client program You must use port 8123 for HTTP.
Steps to Reproduce
Coolify Version
v4.0.0-beta.370
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.1 LTS
Additional Information
i would like to know if this is by design, or im using the wrong port, tried to look up some fixes but cant find anything related to this issue
The text was updated successfully, but these errors were encountered: