refactor: use whoami router name in development compose

This commit is contained in:
Stavros
2025-08-19 12:07:43 +03:00
committed by GitHub
parent cc3ce93100
commit ef25962a93

View File

@@ -13,8 +13,8 @@ services:
image: traefik/whoami:latest image: traefik/whoami:latest
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.nginx.rule: Host(`whoami.example.com`) traefik.http.routers.whoami.rule: Host(`whoami.example.com`)
traefik.http.routers.nginx.middlewares: tinyauth traefik.http.routers.whoami.middlewares: tinyauth
tinyauth-frontend: tinyauth-frontend:
container_name: tinyauth-frontend container_name: tinyauth-frontend