Change Authentik server image to use env variables again

This commit is contained in:
Chris King
2025-01-23 08:19:27 -08:00
parent bcc325afe1
commit 25937216ab

View File

@@ -30,7 +30,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
app: app:
image: ghcr.io/goauthentik/server:2024.12.2 image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment: