Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 755 Bytes

File metadata and controls

40 lines (27 loc) · 755 Bytes

Redis

Redis is used by Uptrace as a cache dependency.

Build Variables

Set these in the build variables:

DPANEL_DOCKER_NETWORK=production-dpanel-network
DPANEL_DOCKER_IMAGE_TAG=7-alpine
DPANEL_DOCKER_VOLUMES=["data:/data"]

Runtime Variables

Set these in the runtime variables:

DPANEL_DOCKER_NETWORK=production-dpanel-network
DPANEL_DOCKER_IMAGE_TAG=7-alpine
DPANEL_DOCKER_NETWORK_ALIAS=redis
DPANEL_DOCKER_VOLUMES=["data:/data"]

PORT=
REDIS_APPENDONLY=yes

Connection

From another container on the same Docker network:

redis:6379

Notes

PORT is empty by default because Redis should usually only be reachable by the Uptrace container. Set a host port only for temporary local troubleshooting.