-
Notifications
You must be signed in to change notification settings - Fork 440
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
Add docs for running just Clickhouse in docker #1506
Conversation
@@ -45,3 +45,14 @@ Currently for internal use only. | |||
- Tests: | |||
- All the same, except skip `DEBUG=1` in the env settings. | |||
- Set as the "target" in run configuration `ee/clickhouse` | |||
|
|||
### Running everything but ClickHouse locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I think the section above here works, I think it's just a case of adding /etc/host
instructions to that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are sort of different, since now postgres & redis are running locally as well? And ClickHouse is the only thing in docker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, more importantly, since the above section also assumes plugin server is running inside docker, it doesn't face this specific issue at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
oh looks like marius got to this one before me |
Checklist