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
|
||||
|
||||
authentik-server:
|
||||
image: ghcr.io/goauthentik/server:2025.2
|
||||
image: ghcr.io/goauthentik/server:2025.10.3
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
|
@ -76,6 +76,7 @@ services:
|
|||
- ./authentik/media:/media
|
||||
- ./authentik/certs:/certs
|
||||
- ./authentik/custom-templates:/templates
|
||||
- ./authentik/blueprints:/blueprints/custom
|
||||
depends_on:
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue