blob: a8ce48994eaa21ec45e3e22ea1cc221223be57b2 [file] [log] [blame]
Filip Tehlarc204c872022-12-21 08:59:16 +01001---
2volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +01003 - volume: &shared-vol
Maros Ondrejicka7550dd22023-02-07 20:40:27 +01004 host-dir: /tmp/shared-vol
Filip Tehlarc204c872022-12-21 08:59:16 +01005
6containers:
7 - name: "vpp"
8 volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +01009 - <<: *shared-vol
Filip Tehlarc204c872022-12-21 08:59:16 +010010 container-dir: "/tmp/vpp"
11 is-default-work-dir: true
12 - name: "nginx"
13 volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010014 - <<: *shared-vol
Filip Tehlarc204c872022-12-21 08:59:16 +010015 container-dir: "/tmp/nginx"
16 is-default-work-dir: true
17 image: "hs-test/nginx-ldp"
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010018 is-optional: true