tmms/redis

By tmms

Updated over 1 year ago

Image
0

395

Versions

  • tmms/redis:6.2 from redis:6.2.4-alpine
  • tmms/redis:6.2.4 from redis:6.2.6-alpine
  • tmms/redis:6.2.6 from redis:6.2.6-alpine

Description

This image is built from the redis repository and contains additional configurations.

What's in this image?

A redis server with default configuration file and possibilities to add further configurations by environment variables and/or second configuration file.

Variables

NameValueAnnotations
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 Command

docker pull tmms/redis