aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/single.yaml
blob: 83212c88b3dd23c745dfb44d4cb7b34b568cfa11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
volumes:
  - volume: &shared-vol
      host-dir: /tmp/shared-vol

containers:
  - name: "vpp"
    volumes:
      - <<: *shared-vol
        container-dir: "/tmp/vpp"
        is-default-work-dir: true
  - name: "nginx"
    volumes:
      - <<: *shared-vol
        container-dir: "/tmp/nginx"
        is-default-work-dir: true
    image: "hs-test/nginx-ldp"
    is-optional: true
  - name: "ab"
    image: "jordi/ab"
    is-optional: true
    run-detached: false
  - name: "wrk"
    image: "skandyla/wrk"
    is-optional: true
    run-detached: false