CACHE_DRIVER=redis-sentinel
SESSION_DRIVER=redis-sentinel
QUEUE_CONNECTION=redis-sentinel
REDIS_DRIVER=redis-sentinel
REDIS_HOST=redis-sentinel
REDIS_PASSWORD=str0ng_passw0rd
REDIS_SENTINEL_SERVICE=mymaster
./vendor/bin/sail up --scale redis-sentinel=3 -d