mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Makes Authelia persistance easier to wipe
This commit is contained in:
parent
82769f59a1
commit
38b3901e82
@ -911,7 +911,7 @@ storage:
|
|||||||
##
|
##
|
||||||
local:
|
local:
|
||||||
## Path to the SQLite3 Database.
|
## Path to the SQLite3 Database.
|
||||||
path: '/config/db.sqlite3'
|
path: '/persist/db.sqlite3'
|
||||||
|
|
||||||
##
|
##
|
||||||
## MySQL / MariaDB (Storage Provider)
|
## MySQL / MariaDB (Storage Provider)
|
||||||
@ -1051,7 +1051,7 @@ notifier:
|
|||||||
## Important: Kubernetes (or HA) users must read https://www.authelia.com/t/statelessness
|
## Important: Kubernetes (or HA) users must read https://www.authelia.com/t/statelessness
|
||||||
##
|
##
|
||||||
filesystem:
|
filesystem:
|
||||||
filename: '/config/notification.txt'
|
filename: '/persist/notification.txt'
|
||||||
|
|
||||||
##
|
##
|
||||||
## SMTP (Notification Provider)
|
## SMTP (Notification Provider)
|
||||||
|
@ -104,6 +104,7 @@ services:
|
|||||||
GRIST_CLIENT_SECRET_DIGEST_FILE: "/run/secrets/GRIST_CLIENT_SECRET_DIGEST"
|
GRIST_CLIENT_SECRET_DIGEST_FILE: "/run/secrets/GRIST_CLIENT_SECRET_DIGEST"
|
||||||
volumes:
|
volumes:
|
||||||
- ./configs/authelia:/config
|
- ./configs/authelia:/config
|
||||||
|
- ${PERSIST_DIR}/authelia:/persist
|
||||||
command:
|
command:
|
||||||
- 'authelia'
|
- 'authelia'
|
||||||
- '--config=/config/configuration.yml'
|
- '--config=/config/configuration.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user