Fix Docker Postgres Changes (#1678)

This commit is contained in:
DrMxrcy 2023-11-23 00:38:43 -05:00 committed by GitHub
parent e7c7f3538d
commit ffa7add923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ services:
authentik-db:
container_name: authentik-db
image: docker.io/library/postgres:16-alpine
image: postgres:12-alpine
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@ -99,7 +99,7 @@ services:
- tipi_main_network
authentik-redis:
image: docker.io/library/redis:alpine
image: redis:alpine
command: --save 60 1 --loglevel warning
container_name: authentik-redis
restart: unless-stopped