Maros Ondrejicka | c2f76f4 | 2023-02-27 13:22:45 +0100 | [diff] [blame] | 1 | --- |
2 | volumes: | ||||
3 | - volume: &shared-vol-proxy | ||||
4 | host-dir: /tmp/shared-vol-proxy | ||||
5 | |||||
6 | containers: | ||||
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" |