83212c88b3dd23c745dfb44d4cb7b34b568cfa11
[vpp.git] / extras / hs-test / topo-containers / single.yaml
1 ---
2 volumes:
3   - volume: &shared-vol
4       host-dir: /tmp/shared-vol
5
6 containers:
7   - name: "vpp"
8     volumes:
9       - <<: *shared-vol
10         container-dir: "/tmp/vpp"
11         is-default-work-dir: true
12   - name: "nginx"
13     volumes:
14       - <<: *shared-vol
15         container-dir: "/tmp/nginx"
16         is-default-work-dir: true
17     image: "hs-test/nginx-ldp"
18     is-optional: true
19   - name: "ab"
20     image: "jordi/ab"
21     is-optional: true
22     run-detached: false
23   - name: "wrk"
24     image: "skandyla/wrk"
25     is-optional: true
26     run-detached: false