From b2dc0451d6d4b28026ef5fa193eeeaea7394ebfb Mon Sep 17 00:00:00 2001 From: hook-lord Date: Sat, 14 Sep 2024 07:19:10 +0200 Subject: [PATCH] middleware --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index eb458ac..5e58361 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,4 +14,5 @@ services: - traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowmethods=GET,OPTIONS, POST - traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowheaders=* - traefik.http.middlewares.confetti-api-cors.headers.accesscontrolalloworigin=* - - traefik.http.middlewares.confetti-api-cors.headers.addvaryheader=true \ No newline at end of file + - traefik.http.middlewares.confetti-api-cors.headers.addvaryheader=true + - traefik.http.routers.confetti-apiRouter.middlewares=confetti-api-cors,crowdsec-bouncer@docker \ No newline at end of file