Skip to content

owncloud-ops/redis

Repository files navigation

redis

Build Status Docker Hub Quay.io

Custom container image for Redis DB.

Ports

  • 6379

Volumes

  • /data

Environment Variables

REDIS_TCP_BACKLOG=511
REDIS_TCP_KEEPALIVE=300

REDIS_TIMEOUT=0
REDIS_LOG_LEVEL=notice

REDIS_DATABASES=16
REDIS_MAX_CLIENTS=10000
REDIS_NOTIFY_KEYSPACE_EVENTS=Elg

Build

You could use the BUILD_VERSION to specify the target version.

docker build -f Dockerfile -t redis:latest .

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.