mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
14 lines
224 B
YAML
14 lines
224 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
php:
|
|
depends_on:
|
|
- postgres
|
|
|
|
postgres:
|
|
image: ${DOCKER_POSTGRES_IMAGE}
|
|
environment:
|
|
- POSTGRES_DB=yiitest
|
|
- POSTGRES_USER=postgres
|
|
- POSTGRES_PASSWORD=postgres |