blob: 9ecdc904d4df5ab6afc49ce62609f1f15b2e4287 [file] [log] [blame]
---
volumes:
- volume: &shared-vol
host-dir: 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