update to use authentik #3

Merged
Joyce merged 1 commits from implement-authentication into main 2026-01-29 17:46:44 +00:00
Showing only changes of commit e544872430 - Show all commits

View File

@@ -32,6 +32,8 @@ services:
depends_on:
db:
condition: service_healthy
labels:
- traefik.http.middlewares.authentik-auth@file
restart: unless-stopped
frontend:
@@ -42,6 +44,8 @@ services:
VITE_API_URL: ${VITE_API_URL:-}
depends_on:
- backend
labels:
- traefik.http.middlewares.authentik-auth@file
restart: unless-stopped
expose:
- '80'