Redis/Valkey container for Authelia.
This commit is contained in:
@@ -112,8 +112,9 @@ session:
|
|||||||
- domain: 'trez.wtf'
|
- domain: 'trez.wtf'
|
||||||
authelia_url: 'https://auth.trez.wtf'
|
authelia_url: 'https://auth.trez.wtf'
|
||||||
redis:
|
redis:
|
||||||
host: redis
|
host: authelia-valkey
|
||||||
port: 6379
|
port: 6379
|
||||||
|
database_index: 0
|
||||||
storage:
|
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'] }}'
|
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:
|
postgres:
|
||||||
|
|||||||
@@ -468,6 +468,11 @@ services:
|
|||||||
type: volume
|
type: volume
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
|
authelia-valkey:
|
||||||
|
container_name: authelia-valkey
|
||||||
|
<< : *valkey-params
|
||||||
|
volumes:
|
||||||
|
- authelia-valkey-data:/data/valkey
|
||||||
bazarr:
|
bazarr:
|
||||||
container_name: bazarr
|
container_name: bazarr
|
||||||
environment:
|
environment:
|
||||||
@@ -6029,6 +6034,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
authelia-pg-db:
|
authelia-pg-db:
|
||||||
name: authelia-pg-db
|
name: authelia-pg-db
|
||||||
|
authelia-valkey-data:
|
||||||
|
name: authelia-valkey-data
|
||||||
castopod-media:
|
castopod-media:
|
||||||
name: castopod-media
|
name: castopod-media
|
||||||
castopod-valkey-data:
|
castopod-valkey-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user