Fix blueprints
This commit is contained in:
parent
979af743bc
commit
d40618996d
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- kaboot-network
|
- kaboot-network
|
||||||
|
|
||||||
authentik-server:
|
authentik-server:
|
||||||
image: ghcr.io/goauthentik/server:2025.2
|
image: ghcr.io/goauthentik/server:2025.10.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -76,6 +76,7 @@ services:
|
||||||
- ./authentik/media:/media
|
- ./authentik/media:/media
|
||||||
- ./authentik/certs:/certs
|
- ./authentik/certs:/certs
|
||||||
- ./authentik/custom-templates:/templates
|
- ./authentik/custom-templates:/templates
|
||||||
|
- ./authentik/blueprints:/blueprints/custom
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue