excalidraw #1

Merged
kevinheyer merged 2 commits from excalidraw into main 2025-03-16 20:09:30 +00:00
Showing only changes of commit eff3d4f2eb - Show all commits

View file

@ -20,7 +20,7 @@ services:
- "traefik.docker.network=traefik"
- "traefik.http.routers.excalidraw.entrypoints=http"
- "traefik.http.routers.excalidraw.rule=Host(`${EXCALIDRAW_DOMAIN:?error}`)"
- "traefik.http.middlewares.excalidraw-https-redirect.redirectscheme.scheme"
- "traefik.http.middlewares.excalidraw-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.excalidraw.middlewares=excalidraw-https-redirect"
- "traefik.http.routers.excalidraw-secure.entrypoints=https"
- "traefik.http.routers.excalidraw-secure.rule=Host(`${EXCALIDRAW_DOMAIN:?error}`)"