From 0dc36fe08907fb38babb83e6ad2d3faa353afc1b Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 29 Jan 2024 19:25:34 +0000 Subject: [PATCH] Update stack.staging.yml --- stack.staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.staging.yml b/stack.staging.yml index 9f1d67f..5c31331 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -67,7 +67,7 @@ services: - "traefik.enable=true" - "traefik.http.routers.glitch_glitch.tls=true" - "traefik.http.services.glitch_glitch.loadbalancer.server.port=8000" - - "traefik.http.routers.glitch_glitch.rule=Host(`glitch.nixc.us`)" + - "traefik.http.routers.glitch_glitch.rule=Host(`staging.glitch.nixc.us`)" - "traefik.http.routers.glitch_glitch.entrypoints=websecure" - "traefik.http.routers.glitch_glitch.tls.certresolver=letsencryptresolver" - "traefik.http.routers.glitch_glitch.service=glitch_glitch"