mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-02-07 22:43:10 +03:00
Replace valkey_container_http_port
See: 36d4bd4548
Signed-off-by: Suguru Hirahara <did:key:z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
committed by
Slavi Pantaleev
parent
1f0e33e07a
commit
c8920885f9
@@ -3733,7 +3733,7 @@ matrix_media_repo_redis_shards: |
|
|||||||
{{
|
{{
|
||||||
([{
|
([{
|
||||||
'name': 'valkey',
|
'name': 'valkey',
|
||||||
'addr': (valkey_identifier + ':' + valkey_container_http_port | string),
|
'addr': (valkey_identifier + ':' + valkey_container_tcp_port | string),
|
||||||
}])
|
}])
|
||||||
if valkey_enabled and matrix_media_repo_redis_enabled
|
if valkey_enabled and matrix_media_repo_redis_enabled
|
||||||
else []
|
else []
|
||||||
|
|||||||
Reference in New Issue
Block a user