fix production login issue
Build & Push / Pipeline Tests (push) Successful in 1m53s
Test / Type Check (all packages) (push) Successful in 56s
Build & Push / Build & Push Docker Image (push) Successful in 4m19s
Test / API Unit Tests (push) Successful in 1m17s
Test / Homepage Unit Tests (push) Successful in 49s
Test / Carplace Unit Tests (push) Successful in 46s
Test / Admin Unit Tests (push) Successful in 42s
Test / Dashboard Unit Tests (push) Successful in 44s
Test / API Integration Tests (push) Successful in 1m7s

This commit is contained in:
root
2026-07-29 00:48:32 -04:00
parent a665c942d2
commit 9e2fc050be
7 changed files with 78 additions and 4 deletions
+8
View File
@@ -128,6 +128,14 @@ services:
- traefik.http.routers.api.tls.certresolver=letsencrypt
- traefik.http.services.api.loadbalancer.server.port=4000
- traefik.http.routers.api.middlewares=rdg-security-headers@docker
- traefik.http.routers.dashboard-socket.rule=(Host(`${PUBLIC_SITE_DOMAIN}`) || Host(`www.${PUBLIC_SITE_DOMAIN}`)) && PathPrefix(`/dashboard/socket.io`) && !HeaderRegexp(`x-middleware-subrequest`, `.+`)
- traefik.http.routers.dashboard-socket.entrypoints=websecure
- traefik.http.routers.dashboard-socket.tls=true
- traefik.http.routers.dashboard-socket.tls.certresolver=letsencrypt
- traefik.http.routers.dashboard-socket.service=api
- traefik.http.routers.dashboard-socket.priority=30
- traefik.http.routers.dashboard-socket.middlewares=dashboard-socket-strip@docker,rdg-security-headers@docker
- traefik.http.middlewares.dashboard-socket-strip.stripprefix.prefixes=/dashboard
- traefik.http.middlewares.rdg-security-headers.headers.stsSeconds=31536000
- traefik.http.middlewares.rdg-security-headers.headers.stsIncludeSubdomains=true
- traefik.http.middlewares.rdg-security-headers.headers.contentTypeNosniff=true