matrix-webhook/docker-compose.yml
2020-06-07 10:31:21 +02:00

17 lines
324 B
YAML

version: '3'
networks:
web:
external: true
services:
bot:
build: .
restart: unless-stopped
env_file:
- .env
networks:
- web
labels:
traefik.enable: "true"
traefik.http.routers.matrix-webhook.rule: "Host(`${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}`)"