From 8e1a2947fe8ffd4223ec1a8e1842738685c2f4c7 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sun, 8 Mar 2026 07:05:13 +0000 Subject: [PATCH] docker-compose.staging.yaml aktualisiert Signed-off-by: Peter Siegmund --- docker-compose.staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.staging.yaml b/docker-compose.staging.yaml index 96e0d16..faeef17 100644 --- a/docker-compose.staging.yaml +++ b/docker-compose.staging.yaml @@ -48,7 +48,7 @@ services: labels: - "com.centurylinklabs.watchtower.enable=true" - "traefik.docker.network=traefik" - - "traefik.http.routers.firmware-hub-www.rule=Host(`firmware-hq.dev`)" + - "traefik.http.routers.firmware-hub-www.rule=Host(`staging.firmware-hq.dev`)" - "traefik.http.routers.firmware-hub-www.entrypoints=https" - "traefik.http.routers.firmware-hub-www.tls=true" - "traefik.http.routers.firmware-hub-www.tls.certresolver=le"