From be4418505ee910c00ee0a1767548b518cfb8ee70 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 30 Jun 2017 16:49:59 +0800 Subject: [PATCH] add some services. Signed-off-by: Bo-Yi Wu --- .drone.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8b5f360..a290cc2 100644 --- a/.drone.yml +++ b/.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=