mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-14 20:56:47 +02:00
update authentik version
This commit is contained in:
parent
265848898e
commit
a19bcf68b6
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ services:
|
|||
volumes:
|
||||
- ${DATA_DIR:-./data}/redis:/data
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
|
||||
restart: always
|
||||
user: root
|
||||
command: server
|
||||
|
@ -57,7 +57,7 @@ services:
|
|||
redis:
|
||||
condition: service_healthy
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
|
||||
restart: always
|
||||
user: root
|
||||
command: worker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue