William Weiss
William Weiss
Yes, thanks @mozmorris for an awesome project. Following up in the same situation @studioswong. Thanks so much for your attention and your work on this!
Locally I added a `organizationId` `uuid` column referencing `"Organization".id` and am using the following trigger to keep them in sync. It seems to be working well in a non-invasive way,...
Thank you @kaicode ! Yes, running over HTTPS is an orthogonal issue. I appreciate your support!
Thanks @kaicode for helping me out with this! I'm attaching a video of what I'm doing, which I hope is useful. Prior to running `docker compose up -d`, I see...
Okay! Now I clearly see some error logs ``` docker compose up | grep 'snowstorm |' [+] Running 3/0 ⠿ Container elasticsearch Created 0.0s ⠿ Container snowstorm Created 0.0s ⠿...
Yes, there's a problem there. In case it's useful, I'm on a mac. When I try to set `vm.max_map_count` I get an error. ``` sudo sysctl -w vm.max_map_count=262144 Password: sysctl:...
I'm up! Thanks for all the help. What ended up solving the issue for me was modifying the elasticsearch service section docker-compose.yml file to include additional environment variables as clarified...