blob: b6970c517bd76ad5a44c4c46c30761feb2a06988 [file] [log] [blame]
Filip Tehlarc204c872022-12-21 08:59:16 +01001---
2volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +01003 - volume: &shared-vol
Filip Tehlara1bd50c2024-01-24 11:59:44 +01004 host-dir: "$HST_VOLUME_DIR/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
Filip Tehlar31eaea92023-06-15 10:06:57 +020012
Filip Tehlarc204c872022-12-21 08:59:16 +010013 - name: "nginx"
14 volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010015 - <<: *shared-vol
Filip Tehlarc204c872022-12-21 08:59:16 +010016 container-dir: "/tmp/nginx"
17 is-default-work-dir: true
18 image: "hs-test/nginx-ldp"
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010019 is-optional: true
Filip Tehlar31eaea92023-06-15 10:06:57 +020020
21 - name: "nginx-http3"
22 volumes:
23 - <<: *shared-vol
24 container-dir: "/tmp/nginx"
25 is-default-work-dir: true
26 - host-dir: $HST_DIR/resources/cert
27 container-dir: "/etc/nginx/ssl"
28 image: "hs-test/nginx-http3"
29 is-optional: true
30
Filip Tehlarb41b0af2023-03-20 12:39:20 +010031 - name: "ab"
32 image: "jordi/ab"
33 is-optional: true
34 run-detached: false
Filip Tehlar31eaea92023-06-15 10:06:57 +020035
Filip Tehlarb41b0af2023-03-20 12:39:20 +010036 - name: "wrk"
37 image: "skandyla/wrk"
38 is-optional: true
Filip Tehlar31eaea92023-06-15 10:06:57 +020039 run-detached: false
40
41 - name: "curl"
42 vars:
43 - name: LD_LIBRARY_PATH
44 value: "/usr/local/lib"
45 image: "hs-test/curl"
46 is-optional: true
Filip Tehlarb41b0af2023-03-20 12:39:20 +010047 run-detached: false