blob: 83212c88b3dd23c745dfb44d4cb7b34b568cfa11 [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
Filip Tehlarb41b0af2023-03-20 12:39:20 +010019 - name: "ab"
20 image: "jordi/ab"
21 is-optional: true
22 run-detached: false
23 - name: "wrk"
24 image: "skandyla/wrk"
25 is-optional: true
26 run-detached: false