Redis is used by Uptrace as a cache dependency.
Set these in the build variables:
DPANEL_DOCKER_NETWORK=production-dpanel-network
DPANEL_DOCKER_IMAGE_TAG=7-alpine
DPANEL_DOCKER_VOLUMES=["data:/data"]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=yesFrom another container on the same Docker network:
redis:6379PORT is empty by default because Redis should usually only be reachable by
the Uptrace container. Set a host port only for temporary local troubleshooting.