You've already forked authentik
added authentik deployment
This commit is contained in:
25
env.example
Normal file
25
env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_CERTRESOLVER=letsencrypt
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_MATCHRULE=Host(`authentik.example.com`)
|
||||
TRAEFIK_ROUTER=authentik_example_com
|
||||
TRAEFIK_SERVICE=authentik_example_com
|
||||
TRAEFIK_SERVICE_PORT=9000
|
||||
TRAEFIK_TLSENABLED=true
|
||||
|
||||
# Authentik
|
||||
AK_VERSION=2024.8.2
|
||||
AK_DATA=./data/authentik
|
||||
AK_KEY=Q84uAEeVCqsqTF108uHXmfBIdD+vWwm4p0+oebgB077TE1AE5szdSZWDujH3xbBhDkqoxWwEIh4cKg0C
|
||||
|
||||
# PostgreSQL
|
||||
PG_VERSION=16-alpine
|
||||
PG_DATA=./data/postgres
|
||||
PG_NAME=authentik
|
||||
PG_USER=authentik
|
||||
PG_PASS=P4ssw0rd!
|
||||
|
||||
# Redis
|
||||
REDIS_VERSION=7-alpine
|
||||
REDIS_DATA=./data/redis
|
Reference in New Issue
Block a user