File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
# port: 9000
6
6
7
7
services :
8
-
9
8
authentik-server :
10
- image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2 }
9
+ image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0 }
11
10
restart : unless-stopped
12
11
command : server
13
12
environment :
@@ -36,7 +35,7 @@ services:
36
35
redis :
37
36
condition : service_healthy
38
37
authentik-worker :
39
- image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2 }
38
+ image : ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0 }
40
39
restart : unless-stopped
41
40
command : worker
42
41
environment :
@@ -73,7 +72,7 @@ services:
73
72
redis :
74
73
condition : service_healthy
75
74
postgresql :
76
- image : docker.io/library/postgres:12 -alpine
75
+ image : docker.io/library/postgres:16 -alpine
77
76
restart : unless-stopped
78
77
healthcheck :
79
78
test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@@ -85,7 +84,7 @@ services:
85
84
environment :
86
85
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRESQL}
87
86
- POSTGRES_USER=${SERVICE_USER_POSTGRESQL}
88
- - POSTGRES_DB=${POSTGRES_DB:- authentik}
87
+ - POSTGRES_DB=authentik
89
88
redis :
90
89
image : docker.io/library/redis:alpine
91
90
command : --save 60 1 --loglevel warning
You can’t perform that action at this time.
0 commit comments