apps/authentik/docker-compose.yml aktualisiert
Some checks are pending
Readme Generator / generate-readme-file (push) Waiting to run

new version 2024.6.0
This commit is contained in:
tipi 2024-07-11 18:24:45 +00:00
parent 09257de2cb
commit 4f4c35f557

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
authentik: authentik:
image: ghcr.io/goauthentik/server:2024.4.2 image: ghcr.io/goauthentik/server:2024.6.0
restart: unless-stopped restart: unless-stopped
command: server command: server
container_name: authentik container_name: authentik
@ -49,7 +49,7 @@ services:
traefik.http.routers.authentik-local.service: authentik traefik.http.routers.authentik-local.service: authentik
traefik.http.routers.authentik-local.tls: true traefik.http.routers.authentik-local.tls: true
authentik-worker: authentik-worker:
image: ghcr.io/goauthentik/server:2024.4.2 image: ghcr.io/goauthentik/server:2024.6.0
restart: unless-stopped restart: unless-stopped
command: worker command: worker
container_name: authentik-worker container_name: authentik-worker