excalidraw/docker-compose.yml aktualisiert

This commit is contained in:
kevinheyer 2025-03-16 19:42:25 +00:00
parent b92659c699
commit eff3d4f2eb

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}`)"