tmms/redis
This image is built from the redis
repository and contains additional configurations.
A redis server with default configuration file and possibilities to add further configurations by environment variables and/or second configuration file.
Name | Value | Annotations |
---|---|---|
BASE_DIR | "/etc/redis" | Required. Redis' Configuration file |
REDIS_REQUIREPASS | "" | Optional. Redis' connection password |
REDIS_MAXMEMORY | "" | Optional. Redis' maximal allowed memory usage. Default: 3,25 GB |
REDIS_MAXMEMPOLICY | "" | Optional. Redis' memory policy to rotate keys. Default: 'allkeys-lru' |
REDIS_INCLUDE | "" | Optional. Further configuration file to include. Must be set as absolute path or relative to $BASE_DIR |
docker pull tmms/redis