mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00

* added build argument for Yii 2.0 PHP base image version - streamlined build - dropped network config for CI - updated local test script * added default for PHP (7.2) image on GitLab CI * use PHP 7.1 as a default on GitLab CI, see https://github.com/yiisoft/yii2/issues/15512
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
# docker-compose test environment
|
|
|
|
# Configuration files
|
|
COMPOSE_FILE=docker-compose.yml:docker-compose.mysql.yml:docker-compose.pgsql.yml:docker-compose.caching.yml
|
|
|
|
# Image versions
|
|
DOCKER_YII2_PHP_IMAGE=yiisoftware/yii2-php:7.2-apache
|
|
DOCKER_MYSQL_IMAGE=percona:5.7
|
|
DOCKER_POSTGRES_IMAGE=postgres
|