service: Add support for redis

This commit is contained in:
uumas
2025-06-26 13:33:04 +03:00
parent aa9eabf19c
commit 78860da6a4
5 changed files with 24 additions and 1 deletions

View File

@@ -189,6 +189,13 @@ argument_specs:
- Required if service_database_type is postgres, does nothing otherwise
type: str
required: false
service_redis:
description: >-
Whether to install redis in a container accessible to the service at host
{{ service_name }}-redis.
type: bool
required: false
default: false
service_additional_containers:
description: