This message was deleted.
# contributing
s
This message was deleted.
p
Hey @Shiwam Jaiswal! From
v0.8
onwards,
query-service
is a dependency for
alertmanager
You can comment out the
alertmanager
service from docker-compose YAML if your contributions do not require alerts.
If it does, you can remove the
depends_on
section of alertmanager, and replace
query-service:8085
to host-machine address i.e.
172.17.0.1:8085
for Linux and
host.docker.internal:8085
for MacOS.
s
Hi @Prashant Shahi Thanks for the reply. Currently I am just studying the code-base to understand what's going on there, so wanted to run the query-service locally. Sure will try out your suggestions. If it works then it might be a good start for me to create an issue for this and add these suggestions to contributions.md , so other beginner contributors would not face this issue?
p
Yeah, that would be very helpful.
❤️ 1