Fix authentik postgres version to match data
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 3s
Deploy Stacks / deploy-dev (push) Has been cancelled

Pin postgres to 12-alpine to match existing data directory
that was initialized with PostgreSQL 12.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 10:19:40 -05:00
parent 477e22d5a6
commit 2609411fd8

View File

@@ -55,7 +55,7 @@ services:
- redis
postgresql:
image: postgres:15-alpine
image: postgres:12-alpine
container_name: authentik-postgres
restart: unless-stopped
environment: