Repository URL to install this package:
|
Version:
11.0.10 ▾
|
# ddev redis recipe file
#
version: '3.6'
services:
redis:
container_name: ddev-${DDEV_SITENAME}-redis
image: redis:6
restart: always
ports:
- 6379
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
volumes: []
web:
links:
- redis:$DDEV_HOSTNAME