github.com/zhgqiang/libcompose@v0.4.1-0.20210112080336-bff7ba3690e1/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