update authentik server and worker images to version 2025.10
This commit is contained in:
parent
cc52145ba0
commit
bc8e36d35c
1 changed files with 2 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ services:
|
|||
- internal
|
||||
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server:2024.10.1
|
||||
image: ghcr.io/goauthentik/server:2025.10
|
||||
command: server
|
||||
environment:
|
||||
AUTHENTIK_REDIS__HOST: redis
|
||||
|
|
@ -48,9 +48,8 @@ services:
|
|||
- "traefik.http.routers.authentik.tls=true"
|
||||
- "traefik.http.routers.authentik.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.authentik.loadbalancer.server.port=9000"
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:2024.10.1
|
||||
image: ghcr.io/goauthentik/server:2025.10
|
||||
command: worker
|
||||
environment:
|
||||
AUTHENTIK_REDIS__HOST: redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue