Port required to run on K8s

This commit is contained in:
Laszlo Fogas
2019-05-28 11:44:25 +02:00
parent e6846228a7
commit 6555c19ffd

View File

@@ -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