container: add support for redis

This commit is contained in:
uumas
2023-07-05 15:56:49 +03:00
parent 3f5b6c0558
commit 195210346b
4 changed files with 53 additions and 4 deletions

View File

@@ -63,7 +63,13 @@ argument_specs:
elements: str
choices:
- memcached
- redis
default: []
docker_redis_persistence:
description: Whether to save redis data to persistent storage
type: bool
required: false
default: false
docker_phpmyadmin_basicauth:
description: Whether to enable basicauth for phpmyadmin
type: bool