Skip to content

Commit 46f226c

Browse files
authored
Merge pull request coollabsio#3198 from FranckKe/upgrade_authentik
feat: Update Authentik
2 parents a2cfa14 + 7aa60ad commit 46f226c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/compose/authentik.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# port: 9000
66

77
services:
8-
98
authentik-server:
10-
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2}
9+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
1110
restart: unless-stopped
1211
command: server
1312
environment:
@@ -36,7 +35,7 @@ services:
3635
redis:
3736
condition: service_healthy
3837
authentik-worker:
39-
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2}
38+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
4039
restart: unless-stopped
4140
command: worker
4241
environment:
@@ -73,7 +72,7 @@ services:
7372
redis:
7473
condition: service_healthy
7574
postgresql:
76-
image: docker.io/library/postgres:12-alpine
75+
image: docker.io/library/postgres:16-alpine
7776
restart: unless-stopped
7877
healthcheck:
7978
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@@ -85,7 +84,7 @@ services:
8584
environment:
8685
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRESQL}
8786
- POSTGRES_USER=${SERVICE_USER_POSTGRESQL}
88-
- POSTGRES_DB=${POSTGRES_DB:-authentik}
87+
- POSTGRES_DB=authentik
8988
redis:
9089
image: docker.io/library/redis:alpine
9190
command: --save 60 1 --loglevel warning

0 commit comments

Comments
 (0)