update
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user