You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Zammad in a docker-compose-stack url using its own docker network, the main zammad application is exposed on the docker-host on port 9015 and is accessed via HAproxy.
From Zammad I try to "contact" your application running in another stack, exposed on port 8084.
IP of docker-host is 192.168.97.160, so a URL of your app is
I have Zammad in a docker-compose-stack url using its own docker network, the main zammad application is exposed on the docker-host on port 9015 and is accessed via HAproxy.
From Zammad I try to "contact" your application running in another stack, exposed on port 8084.
IP of docker-host is 192.168.97.160, so a URL of your app is
http://192.168.97.160:8084/0ad520c0-be1e-4f23-b488-bee8f3db1933
I create a webhook in zammad using that URL, plus a trigger, but I don't see anything happening in the "webhook.site" GUI.
I assume that should work, but don't know how to proceed. Any hints?
For example I tried to join the tester app to the zammad docker network and use the container IP as in
http://172.22.0.4:80/0ad520c0-be1e-4f23-b488-bee8f3db1933
Still nothing.
In the zammad logs I see the trigger activated and the hook called.
And yes, I asked the zammad folks as well forum
thanks for any hints
The text was updated successfully, but these errors were encountered: