Update README.md

This commit is contained in:
Ruan Bekker 2019-12-12 13:11:15 +02:00 committed by GitHub
parent 25f1e3beec
commit c99b6e330e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -626,6 +626,15 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=test
services:
- name: mysql
image: mysql:5.7
environment:
MYSQL_DATABASE: rest_api_example
MYSQL_ROOT_PASSWORD: password
MYSQL_USER: demo
MYSQL_PASSWORD: demo
```
### Multipipeline Depends on Steps