8020 and added service
All checks were successful
Build and Push / build (push) Successful in 1m31s

This commit is contained in:
hook-lord 2024-09-14 07:01:56 +02:00
parent 85964b7477
commit e25d5e33a1

View File

@ -7,10 +7,10 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.confetti-api.rule=Host(`confetti.rannes.dev`)
- traefik.http.services.confetti-api.loadbalancer.server.port=8080
- traefik.http.services.confetti-api.loadbalancer.server.port=8020
- traefik.http.routers.jellyfinrouter.service=confetti-api
- traefik.http.routers.confetti-api.tls=true
- traefik.http.routers.confetti-api.entryPoints=https
- traefik.http.routers.confetti-api.middlewares=crowdsec-bouncer@docker,confetti-api-cors
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowmethods=GET,OPTIONS
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowheaders=*
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolalloworigin=*