matrix-webhook/docker-compose.yml

18 lines
324 B
YAML
Raw Normal View History

2019-02-10 19:29:55 -05:00
version: '3'
networks:
web:
external: true
services:
bot:
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}`)"