Wolox / wolox-ci

MIT License
198 stars 51 forks source link

Add docker tag support to services #5

Closed Martum closed 6 years ago

Martum commented 6 years ago

Summary

Now we can set the desired docker image version/tag of the listed services, e.g.

services:
  - postgres:9.6
  - redis

This will use postgres:9.6 and redis:latest images.