hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Webhook to localhost from Docker docs #320

Closed jonyrock closed 5 years ago

jonyrock commented 5 years ago

There is specifics about sending webhooks to localhost from Docker. @rozetko as far as I know, it doesn't work now.

Lets add these notes to https://github.com/hastic/hastic-server/wiki/Webhooks

rozetko commented 5 years ago

Added:


NOTE: if you have Hastic running in Docker and want to send webhooks to some service on localhost, use your host IP (e.g. http://192.168.0.1:8000 instead of http://localhost:8000 / http://127.0.0.1:8000). Otherwise Hastic will try to send webhook inside Docker container and fail.


rozetko commented 5 years ago

@jonyrock guess we can close it

jonyrock commented 5 years ago

@rozetko cool!