matrix-webhook/docker-compose.yml
Guilhem Saurel 5139c2d612 dockerize
2019-02-11 01:29:55 +01:00

18 lines
352 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:-wwm}.${CHATONS_DOMAIN:-localhost}, www.${CHATONS_SERVICE:-wwm}.${CHATONS_DOMAIN:-localhost}"