diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 8a455d74..ba9745c0 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 2, + "tipi_version": 3, "version": "2023.10.4", "categories": [ "development" diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index 2336a6af..7f869736 100644 --- a/apps/authentik/docker-compose.yml +++ b/apps/authentik/docker-compose.yml @@ -81,7 +81,7 @@ services: authentik-db: container_name: authentik-db - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:12-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]