apps/authentik/docker-compose.json aktualisiert

postgres 17
This commit is contained in:
tipi 2025-07-01 16:15:51 +00:00
parent 7af13a11dc
commit 59c266d445

View File

@ -67,7 +67,7 @@
"dependsOn": ["authentik-db", "authentik-redis"] "dependsOn": ["authentik-db", "authentik-redis"]
}, },
{ {
"image": "postgres:12-alpine", "image": "postgres:17-alpine",
"name": "authentik-db", "name": "authentik-db",
"volumes": [ "volumes": [
{ {