replace nforwardauth with authelia #231
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ regulation:
|
||||||
storage:
|
storage:
|
||||||
encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}
|
encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}
|
||||||
mysql:
|
mysql:
|
||||||
|
database: authelia
|
||||||
address: 'tcp://authelia-db:3306'
|
address: 'tcp://authelia-db:3306'
|
||||||
username: authelia
|
username: authelia
|
||||||
password: {{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}
|
password: {{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}
|
||||||
|
|
|
@ -96,7 +96,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- authelia
|
- authelia
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mariadb-show", "nextcloud", "-h", "localhost", "-u", "authelia", "-p{{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}"]
|
test: ["CMD", "mariadb-show", "authelia", "-h", "localhost", "-u", "authelia", "-p{{ lookup('viczem.keepass.keepass', 'authelia_mysql_password', 'password') }}"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in a new issue