a8ce48994eaa21ec45e3e22ea1cc221223be57b2
[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