| --- |
| volumes: |
| - server-share |
| - client-share |
| |
| containers: |
| - name: "server-vpp" |
| volumes: |
| - host-dir: "server-share" |
| container-dir: "/tmp/server-share" |
| is-default-work-dir: true |
| - host-dir: "/tmp/server" |
| container-dir: "/tmp/server" |
| - name: "client-vpp" |
| volumes: |
| - host-dir: "client-share" |
| container-dir: "/tmp/client-share" |
| is-default-work-dir: true |
| - host-dir: "/tmp/client" |
| container-dir: "/tmp/client" |
| - name: "server-application" |
| volumes: |
| - host-dir: "server-share" |
| container-dir: "/tmp/server-share" |
| is-default-work-dir: true |
| - name: "client-application" |
| volumes: |
| - host-dir: "client-share" |
| container-dir: "/tmp/client-share" |
| is-default-work-dir: true |
| |