mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08:00
14 lines
141 B
YAML
14 lines
141 B
YAML
version: '2'
|
|
services:
|
|
|
|
php:
|
|
depends_on:
|
|
- redis
|
|
- memcached
|
|
|
|
redis:
|
|
image: redis
|
|
|
|
memcached:
|
|
image: memcached
|