2020-07-05 01:35:59 +00:00
|
|
|
# https://hub.docker.com/_/redis
|
|
|
|
|
|
|
|
# Uncomment to use directory binding instead of docker volume (almost always not needed)
|
2024-03-07 13:40:37 +00:00
|
|
|
HOST_DATA_DIR=./data
|
|
|
|
# https://redis.io/docs/management/persistence/#snapshotting
|
|
|
|
PERSISTENCE_PERIOD_SEC=60
|
|
|
|
PERSISTENCE_MIN_OPS=1
|
|
|
|
LOG_LEVEL=warning
|
2020-07-05 01:35:59 +00:00
|
|
|
|
|
|
|
LOG_MAX_SIZE=5m
|
|
|
|
LOG_MAX_FILE=5
|