update authentik
Deploy authentik / deploy (push) Successful in 42s

This commit is contained in:
Mike McFetridge
2026-07-25 08:03:29 -04:00
parent 0b2e636dce
commit 33b0207f6e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ DATA_PATH=/home/miker/docker/authentik
# AUTHENTIK VERSION & PORTS # AUTHENTIK VERSION & PORTS
# ============================================================ # ============================================================
AUTHENTIK_IMAGE=ghcr.io/goauthentik/server AUTHENTIK_IMAGE=ghcr.io/goauthentik/server
AUTHENTIK_TAG=2026.2.1 AUTHENTIK_TAG=2026.5.6
COMPOSE_PORT_HTTP=9500 COMPOSE_PORT_HTTP=9500
COMPOSE_PORT_HTTPS=9543 COMPOSE_PORT_HTTPS=9543
+2 -2
View File
@@ -21,7 +21,7 @@ services:
- authentik - authentik
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.6}
container_name: authentik-server container_name: authentik-server
restart: unless-stopped restart: unless-stopped
command: server command: server
@@ -47,7 +47,7 @@ services:
- main - main
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.6}
container_name: authentik-worker container_name: authentik-worker
restart: unless-stopped restart: unless-stopped
command: worker command: worker