From 6555c19ffd5e317abc1d86286e151b13f700e53b Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Tue, 28 May 2019 11:44:25 +0200 Subject: [PATCH] Port required to run on K8s --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index dd5e9eb73..aa624cf1d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -142,10 +142,12 @@ pipeline: services: postgres: image: postgres:9.6 + ports: ["5432"] environment: - POSTGRES_USER=postgres mysql: image: mysql:5.6.27 + ports: ["3306"] environment: - MYSQL_DATABASE=test - MYSQL_ALLOW_EMPTY_PASSWORD=yes