This commit is contained in:
2024-04-01 14:58:39 +02:00
parent a622d9113f
commit 1f8d14af02
9 changed files with 85 additions and 77 deletions

View File

@ -30,6 +30,7 @@ services:
POSTGRES_PASSWORD: 'P@ssword!Here!123456'
POSTGRES_USER: authentik_user
POSTGRES_DB: authentik_db
TZ: Europe/Paris
env_file:
- .env
@ -50,6 +51,8 @@ services:
timeout: 3s
volumes:
- ./redis:/data
environment:
- TZ=Europe/London
### authentik-server
server: