matrix-webhook/docker-compose.yml

19 lines
357 B
YAML
Raw Normal View History

2019-02-10 19:29:55 -05:00
version: '3'
networks:
web:
external: true
services:
bot:
2021-08-27 18:45:53 -04:00
image: nim65s/matrix-webhook
2019-02-10 19:29:55 -05:00
build: .
restart: unless-stopped
env_file:
- .env
networks:
- web
labels:
traefik.enable: "true"
2020-06-07 04:31:21 -04:00
traefik.http.routers.matrix-webhook.rule: "Host(`${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}`)"