Change forwardauth endpoint in docker-compose.dev.yml

This commit is contained in:
robotman4
2025-02-10 20:28:01 +01:00
committed by GitHub
parent acaee5357f
commit d18fba1ef3

View File

@@ -30,4 +30,4 @@ services:
traefik.enable: true traefik.enable: true
traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`) traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`)
traefik.http.services.tinyauth.loadbalancer.server.port: 3000 traefik.http.services.tinyauth.loadbalancer.server.port: 3000
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth