removed middleware
All checks were successful
Build and Push / build (push) Successful in 1m30s

This commit is contained in:
hook-lord 2024-09-14 07:35:04 +02:00
parent 646d053ce9
commit 2c6382a7fd

View File

@ -14,8 +14,7 @@ services:
- traefik.http.routers.confetti-apiRouter.service=confetti-apiService
- traefik.http.routers.confetti-apiRouter.tls=true
- traefik.http.routers.confetti-apiRouter.entryPoints=https
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolalloworigin=*
- traefik.http.routers.confetti-apiRouter.middlewares=confetti-api-cors,crowdsec-bouncer@docker
- traefik.http.routers.confetti-apiRouter.middlewares=crowdsec-bouncer@docker
networks:
traefik-proxy: