hs-test: add nginx test
[vpp.git] / extras / hs-test / topo-containers / single.yaml
1 ---
2 volumes:
3   - shared-vol
4
5 containers:
6   - name: "vpp"
7     volumes:
8       - host-dir: "shared-vol"
9         container-dir: "/tmp/vpp"
10         is-default-work-dir: true
11   - name: "nginx"
12     volumes:
13       - host-dir: "shared-vol"
14         container-dir: "/tmp/nginx"
15         is-default-work-dir: true
16     image: "hs-test/nginx-ldp"
17     is-optional: true