Files
yii2/tests/docker-compose.pgsql.yml
Tobias Munk 478331efe8 updated build
- added git files to dockerignore
- updated local testing
- updated build on branches
2017-01-24 15:41:04 +01:00

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