changes for Authelia setup
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
secrets:
|
||||
STORAGE_ENCRYPTION_KEY:
|
||||
file: './secrets/authelia_db_encryption_key'
|
||||
|
||||
services:
|
||||
authelia:
|
||||
image: authelia/authelia:latest
|
||||
@ -11,8 +15,10 @@ services:
|
||||
- ./db:/config/db
|
||||
ports:
|
||||
- '9091:9091'
|
||||
secrets: ['STORAGE_ENCRYPTION_KEY']
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
TZ: 'Etc/UTC'
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY'
|
||||
|
||||
restart: always
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user