File "redis-20250418211115.stub"

Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/sail/stubs/redis-20250418211115.stub
File size: 259 bytes
MIME-type: text/plain
Charset: utf-8

redis:
    image: 'redis:alpine'
    ports:
        - '${FORWARD_REDIS_PORT:-6379}:6379'
    volumes:
        - 'sail-redis:/data'
    networks:
        - sail
    healthcheck:
        test: ["CMD", "redis-cli", "ping"]
        retries: 3
        timeout: 5s