Skip to content
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

webhooks called from another docker stack #133

Open
stefangweichinger opened this issue Nov 24, 2022 · 0 comments
Open

webhooks called from another docker stack #133

stefangweichinger opened this issue Nov 24, 2022 · 0 comments

Comments

@stefangweichinger
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant