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