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"