Configure an external in-memory cache
Single VM deployments (Docker Compose)
Configuration
# Configuration for using a local redis, instead of a external one (comment when external redis) - LOCAL_REDIS_SCALE=1 - REDIS_HOST=redis - REDIS_PORT=6379 - REDIS_TLS_ENABLED=false + # LOCAL_REDIS_SCALE=1 + # REDIS_HOST=redis + # REDIS_PORT=6379 + # REDIS_TLS_ENABLED=false# Your custom configuration for a external redis (comment when local redis) - # LOCAL_REDIS_SCALE=0 - # REDIS_HOST=<FILL_ME> - # REDIS_PORT=<FILL_ME> - # REDIS_PASSWORD=<FILL_ME> - # REDIS_TLS_ENABLED=true # Only applies if Redis TLS certificate it's self signed, read the documentation # REDIS_TLS_CA=<FILL_ME> + LOCAL_REDIS_SCALE=0 + REDIS_HOST=<FILL_ME> + REDIS_PORT=<FILL_ME> + REDIS_PASSWORD=<FILL_ME> + REDIS_TLS_ENABLED=true
Configure TLS
Last updated
Was this helpful?
