소스 검색
add some services.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 년 전
No known key found for this signature in database
GPG 키 ID: F84B2110C500B1F
1개의 변경된 파일과
14개의 추가작업 그리고
1개의 파일을 삭제
-
.drone.yml
|
|
@ -5,7 +5,6 @@ clone: |
|
|
|
tags: true |
|
|
|
|
|
|
|
pipeline: |
|
|
|
|
|
|
|
frontend: |
|
|
|
image: node:8.1.2 |
|
|
|
commands: |
|
|
@ -23,3 +22,17 @@ pipeline: |
|
|
|
- composer -V |
|
|
|
- composer install --prefer-dist |
|
|
|
- ./vendor/bin/phpunit |
|
|
|
|
|
|
|
services: |
|
|
|
elasticsearch: |
|
|
|
context: docker/elasticsearch |
|
|
|
|
|
|
|
redis: |
|
|
|
image: redis:latest |
|
|
|
|
|
|
|
postgres: |
|
|
|
image: postgres:9.5.5 |
|
|
|
environment: |
|
|
|
- POSTGRES_DB=test |
|
|
|
- POSTGRES_USER=test |
|
|
|
- POSTGRES_PASSWORD= |