Fix Authenik Postgres Automerge (#1666)
This commit is contained in:
parent
c1a2b1f941
commit
c35c132b91
|
@ -5,7 +5,7 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "authentik",
|
"id": "authentik",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "2023.10.4",
|
"version": "2023.10.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
|
|
|
@ -81,7 +81,7 @@ services:
|
||||||
|
|
||||||
authentik-db:
|
authentik-db:
|
||||||
container_name: authentik-db
|
container_name: authentik-db
|
||||||
image: docker.io/library/postgres:16-alpine
|
image: docker.io/library/postgres:12-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user