mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +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:
|
volumes:
|
||||||
- ${DATA_DIR:-./data}/redis:/data
|
- ${DATA_DIR:-./data}/redis:/data
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0}
|
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
command: server
|
command: server
|
||||||
|
@ -57,7 +57,7 @@ services:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0}
|
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
command: worker
|
command: worker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue