xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

alertmanager-docker.yml (250B)


      1 version: "3.7"
      2 services:
      3   alertmanager:
      4     image: prom/alertmanager:v0.15.3
      5     volumes:
      6       - ./alertmanager.yml:/etc/alertmanager/alertmanager.yml
      7     ports:
      8       - target: 9093
      9         published: 9093
     10         protocol: tcp
     11         mode: host