elastic / elastic/observability-examples
docker.elastic.co/demos/workshop/observability/elastiflix-redis:${ELASTIC_VERSION}-${BUILD_NUMBER} why not standard redis
Open
- Dominant language
- JavaScript
- Stars
- 42
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.