mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-24 17:36:21 +00:00
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>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user