collapse authentik image logic

if the pointer is bigger than the string DONT USE THE POINTER!
This commit is contained in:
peskyadmin 2025-04-14 18:34:35 -05:00
parent a61b149dc2
commit d3c6793627

View File

@ -53,7 +53,7 @@ services:
depends_on: depends_on:
- authentik-ts - authentik-ts
authentik: authentik:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.4} image: ghcr.io/goauthentik/server:2025.2.4
container_name: authentik container_name: authentik
restart: unless-stopped restart: unless-stopped
command: server command: server
@ -80,7 +80,7 @@ services:
authentik-ts: authentik-ts:
condition: service_started condition: service_started
authentik-worker: authentik-worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.4} image: ghcr.io/goauthentik/server:2025.2.4
container_name: authentik-worker container_name: authentik-worker
restart: unless-stopped restart: unless-stopped
command: worker command: worker