docker-stacks/redis/.env.dist
Alexey Skobkin 365d8646e4 Webhook.site stack and Redis persistence (#85)
Co-authored-by: Alexey Skobkin <skobkin-ru@ya.ru>
Reviewed-on: #85
2024-03-07 13:40:37 +00:00

12 lines
303 B
Plaintext

# https://hub.docker.com/_/redis
# Uncomment to use directory binding instead of docker volume (almost always not needed)
HOST_DATA_DIR=./data
# https://redis.io/docs/management/persistence/#snapshotting
PERSISTENCE_PERIOD_SEC=60
PERSISTENCE_MIN_OPS=1
LOG_LEVEL=warning
LOG_MAX_SIZE=5m
LOG_MAX_FILE=5