blob: bac6a2df1743f1019941a0cb7a94dadd858fc8d0 [file] [log] [blame]
---
volumes:
- volume: &shared-vol-proxy
host-dir: /tmp/shared-vol-proxy
containers:
- name: "vpp-proxy"
volumes:
- <<: *shared-vol-proxy
container-dir: "/tmp/vpp"
is-default-work-dir: true
- name: "nginx-proxy"
volumes:
- <<: *shared-vol-proxy
container-dir: "/tmp/nginx"
is-default-work-dir: true
image: "hs-test/nginx-ldp"
is-optional: true
- name: "nginx-server"
image: "hs-test/nginx-server"