matrix-webhook/docker-compose.yml
Guilhem Saurel 0f85cc1c9b update DNS
2019-02-17 12:44:00 +01:00

17 lines
371 B
YAML

version: '3'
networks:
web:
external: true
services:
bot:
build: .
restart: unless-stopped
env_file:
- .env
networks:
- web
labels:
traefik.enable: "true"
traefik.frontend.rule: "Host: ${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}, www.${CHATONS_SERVICE:-matrixwebhook}.${CHATONS_DOMAIN:-localhost}"