Files
codeandClaude Sonnet 5 2857123267 Promote authentik_dev to authentik, bump to 2026.8.3, add redis
Renames the stack to drop the _dev suffix now that it's production-ready.
Bumps AUTHENTIK_TAG from 2025.10.1 to 2026.8.3, adds the redis service
required by the authentik server/worker (was missing entirely), and
fixes stale/duplicated lines in the README.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 01:58:28 +00:00

20 lines
478 B
Bash

# Compose
VOL_PATH=/data
AUTHENTIK_IMAGE=ghcr.io/goauthentik/server
AUTHENTIK_TAG=2026.8.3
AUTHENTIK_RESTART=unless-stopped
AUTHENTIK_PORT_HTTP=9000
AUTHENTIK_PORT_HTTPS=9443
AUTHENTIK_POSTGRES_IMAGE=postgres:16-alpine
AUTHENTIK_REDIS_IMAGE=redis:alpine
# Database
PG_DB=authentik
PG_USER=authentik
# Generate: openssl rand -base64 36 | tr -d '\n'
PG_PASS=ChangeThisPassword
# Authentik
# Generate: openssl rand -base64 60 | tr -d '\n'
AUTHENTIK_SECRET_KEY=ChangeThisPassword