Update authentik
This commit is contained in:
parent
4cf0d4f0e1
commit
c6c47cb2b5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
authentik_svc:
|
authentik_svc:
|
||||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||||
port: 9000
|
port: 9000
|
||||||
image_tag: 2024.8
|
image_tag: 2025.2
|
||||||
db:
|
db:
|
||||||
host: "{{ postgres.host }}"
|
host: "{{ postgres.host }}"
|
||||||
user: "{{ opentofu.postgresql_data.authentik.user }}"
|
user: "{{ opentofu.postgresql_data.authentik.user }}"
|
||||||
|
@ -31,7 +31,7 @@ authentik_env:
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: "{{ svc.db.pass }}"
|
AUTHENTIK_POSTGRESQL__PASSWORD: "{{ svc.db.pass }}"
|
||||||
|
|
||||||
authentik_compose:
|
authentik_compose:
|
||||||
watchtower: false
|
watchtower: update
|
||||||
image: ghcr.io/goauthentik/server:{{ svc.image_tag }}
|
image: ghcr.io/goauthentik/server:{{ svc.image_tag }}
|
||||||
file:
|
file:
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue