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