matrix-webhook/docker-compose.yml
2021-09-12 15:55:10 +02:00

19 lines
357 B
YAML

version: '3'
networks:
web:
external: true
services:
bot:
image: nim65s/matrix-webhook
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}`)"