automatic authentik sso configuration

This commit is contained in:
Moritz
2023-03-30 16:57:44 +02:00
parent 7962da376c
commit db1e7bc88a
4 changed files with 109 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3.8"
services:
app:
secrets:
- authentik_secret
- authentik_id
secrets:
authentik_secret:
external: true
name: ${AUTHENTIK_SECRET_NAME}
authentik_id:
external: true
name: ${AUTHENTIK_ID_NAME}