-
Notifications
You must be signed in to change notification settings - Fork 36
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
Not working. The script is not reading the environment variables. #10
Comments
Hey @ilovefreesw! Try setting |
No sir .. it still doesn't work.
|
@yakkomajuri is there a way to connect to |
Hey @ilovefreesw! Feel free to submit a PR for this |
@ilovefreesw - it's best not to change docker-compose.yaml file as it could get changed on upgrade @yakkomajuri - what about adding .env.example with all system variables and default values that application depends on? I think there's a missing variable in docker-compose.yaml for
I've also faced this issue and would suggest that the README.md https://github.com/PostHog/HouseWatch#-deploy is updated as the command given doesn't work out of the box. As I didn't know the port 9440, I went ahead and changed the file housewatch/clickhouse/client.py, but that had no affect as connecting to port 9000 with encryption turned was unsuccessful also.
|
This issue has 2278 words at 5 comments. Issues this long are hard to read or contribute to, and tend to take very long to reach a conclusion. Instead, why not:
Is this issue intended to be sprawling? Consider adding label |
Yeah we definitely need some better documentation/examples. Feel free to submit a PR with suggestions |
The script is not reading the environment variables that I supply in Terminal. It doesn't even take them if I hard code them in docker compose file. I get error as well.
The text was updated successfully, but these errors were encountered: