From df0c356511da9eadd77e6ec59ecc4b1e4a2d4156 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 16 Feb 2025 22:59:04 +0200 Subject: [PATCH] chore: update example and dev compose files --- docker-compose.dev.yml | 2 +- docker-compose.example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 360d754..12e59f9 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -30,4 +30,4 @@ services: traefik.enable: true traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`) traefik.http.services.tinyauth.loadbalancer.server.port: 3000 - traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth + traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 050a62e..c19ae98 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -28,4 +28,4 @@ services: traefik.enable: true traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`) traefik.http.services.tinyauth.loadbalancer.server.port: 3000 - traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth + traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik