diff --git a/docker-compose.yml b/docker-compose.yml index 39fc529..d457e64 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,6 +58,7 @@ services: - /srv/data/conduit/nginx-www:/var/www/ # location of the client and server .well-known-files labels: traefik.enable: true + traefik.domain: ${TRAEFIK_DOMAIN:-techwork.zone} traefik.docker.network: proxy traefik.http.routers.to-matrix-wellknown.rule: Host(`${DOMAIN}`) && PathPrefix(`/.well-known/matrix`) traefik.http.routers.to-matrix-wellknown.tls: true