Redis/Valkey container for Authelia.
This commit is contained in:
@@ -112,8 +112,9 @@ session:
|
||||
- domain: 'trez.wtf'
|
||||
authelia_url: 'https://auth.trez.wtf'
|
||||
redis:
|
||||
host: redis
|
||||
host: authelia-valkey
|
||||
port: 6379
|
||||
database_index: 0
|
||||
storage:
|
||||
encryption_key: '{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['AUTHELIA_STORAGE_ENCRYPTION_KEY'] }}'
|
||||
postgres:
|
||||
|
||||
@@ -468,6 +468,11 @@ services:
|
||||
type: volume
|
||||
bind:
|
||||
create_host_path: true
|
||||
authelia-valkey:
|
||||
container_name: authelia-valkey
|
||||
<< : *valkey-params
|
||||
volumes:
|
||||
- authelia-valkey-data:/data/valkey
|
||||
bazarr:
|
||||
container_name: bazarr
|
||||
environment:
|
||||
@@ -6029,6 +6034,8 @@ services:
|
||||
volumes:
|
||||
authelia-pg-db:
|
||||
name: authelia-pg-db
|
||||
authelia-valkey-data:
|
||||
name: authelia-valkey-data
|
||||
castopod-media:
|
||||
name: castopod-media
|
||||
castopod-valkey-data:
|
||||
|
||||
Reference in New Issue
Block a user