mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
17 lines
285 B
YAML
17 lines
285 B
YAML
version: '2'
|
|
services:
|
|
|
|
php:
|
|
build:
|
|
context: ../..
|
|
dockerfile: tests/cubrid/Dockerfile
|
|
ports:
|
|
- 80
|
|
#volumes:
|
|
# - ../..:/project
|
|
depends_on:
|
|
- cubrid
|
|
|
|
cubrid:
|
|
image: lighthopper/cubrid:9.3.6.0002
|
|
command: ./create-start-demodb.sh |