File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
services :
8
8
postgresql :
9
- image : docker.io/library/postgres:12 -alpine
9
+ image : docker.io/library/postgres:16 -alpine
10
10
restart : unless-stopped
11
11
healthcheck :
12
12
test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@@ -31,7 +31,7 @@ services:
31
31
volumes :
32
32
- redis:/data
33
33
authentik-server :
34
- image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2 }
34
+ image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3 }
35
35
restart : unless-stopped
36
36
command : server
37
37
environment :
@@ -60,7 +60,7 @@ services:
60
60
redis :
61
61
condition : service_healthy
62
62
authentik-worker :
63
- image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2 }
63
+ image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3 }
64
64
restart : unless-stopped
65
65
command : worker
66
66
environment :
You can’t perform that action at this time.
0 commit comments