From 653a76e29f607cfc055a11984116bc1993fbd009 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 11 Nov 2024 10:28:51 -0500 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 287ee4a..78f0361 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -25,11 +25,5 @@ services: traefik.http.services.production_resume.loadbalancer.server.port: "8080" traefik.docker.network: "traefik" - traefik.http.routers.production_resume.middlewares: "hstsHeaders@docker" - traefik.http.middlewares.hstsHeaders.headers.stsSeconds: 31536000 - traefik.http.middlewares.hstsHeaders.headers.stsIncludeSubdomains: "true" - traefik.http.middlewares.hstsHeaders.headers.stsPreload: "true" - traefik.http.middlewares.hstsHeaders.headers.forceSTSHeader: "true" - networks: traefik: