Fix Docker Postgres Changes (#1678)
This commit is contained in:
parent
e7c7f3538d
commit
ffa7add923
|
@ -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: 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}"]
|
||||||
|
@ -99,7 +99,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
authentik-redis:
|
authentik-redis:
|
||||||
image: docker.io/library/redis:alpine
|
image: redis:alpine
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1 --loglevel warning
|
||||||
container_name: authentik-redis
|
container_name: authentik-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user