소스 검색

enabling oauth for heimdall (fixes v4)

Jason Playne 3 년 전
부모
커밋
862a9e828c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      network/docker-compose.yml

+ 1 - 0
network/docker-compose.yml

@@ -31,6 +31,7 @@ services:
       - traefik.http.routers.auth.entrypoints=websecure
       - traefik.http.routers.auth.tls=true
       - traefik.http.routers.auth.tls.domains[0].main=auth.playne.au
+      - traefik.http.routers.auth.tls.domains[0].sans=*.auth.playne.au
       - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker
       - traefik.http.services.auth.loadbalancer.server.port=4181