github.com/r3labs/libcompose@v0.4.1-0.20171123133234-495fe0619cc3/integration/assets/v2-dependencies/docker-compose.yml (about)

     1  version: "2.0"
     2  services:
     3      db:
     4        image: busybox:latest
     5        command: top
     6      web:
     7        image: busybox:latest
     8        command: top
     9        depends_on:
    10          - db
    11      console:
    12        image: busybox:latest
    13        command: top