elastic / observability-examples

This repository contains examples for Elastic Observability
Apache License 2.0
16 stars 13 forks source link

docker.elastic.co/demos/workshop/observability/elastiflix-redis:${ELASTIC_VERSION}-${BUILD_NUMBER} why not standard redis #31

Open nagkumar opened 3 months ago

nagkumar commented 3 months ago
    redis:
        build: redis/.
        image: docker.elastic.co/demos/workshop/observability/elastiflix-redis:${ELASTIC_VERSION}-${BUILD_NUMBER}
        ports:
            - 6379
        networks:
            - app-network
        environment:
            - TOGGLE_CLIENT_PAUSE=${TOGGLE_CLIENT_PAUSE:-}

The example is using redis custom.. always good to use the standard one

https://hub.docker.com/_/redis