blob: cc6b780bafcb6f226d5a81848625b7789cd5504c [file] [log] [blame]
Maros Ondrejickac2f76f42023-02-27 13:22:45 +01001---
2volumes:
3 - volume: &shared-vol-proxy
Filip Tehlara1bd50c2024-01-24 11:59:44 +01004 host-dir: "$HST_VOLUME_DIR/shared-vol-proxy"
Maros Ondrejickac2f76f42023-02-27 13:22:45 +01005
6containers:
7 - name: "vpp-proxy"
8 volumes:
9 - <<: *shared-vol-proxy
10 container-dir: "/tmp/vpp"
11 is-default-work-dir: true
12 - name: "nginx-proxy"
13 volumes:
14 - <<: *shared-vol-proxy
15 container-dir: "/tmp/nginx"
16 is-default-work-dir: true
17 image: "hs-test/nginx-ldp"
18 is-optional: true
19 - name: "nginx-server"
20 image: "hs-test/nginx-server"