Upgrade Authentik

This commit is contained in:
Franck Kerbiriou
2024-08-22 22:21:13 +02:00
parent 69fc4c7f52
commit c1eb01fac5

View File

@@ -6,7 +6,7 @@
services: services:
postgresql: postgresql:
image: docker.io/library/postgres:12-alpine image: docker.io/library/postgres:16-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}"]
@@ -31,7 +31,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
authentik-server: authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@@ -60,7 +60,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
authentik-worker: authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: