Maros Ondrejicka | c2f76f4 | 2023-02-27 13:22:45 +0100 | [diff] [blame] | 1 | --- |
| 2 | volumes: |
| 3 | - volume: &shared-vol-proxy |
Filip Tehlar | a1bd50c | 2024-01-24 11:59:44 +0100 | [diff] [blame] | 4 | host-dir: "$HST_VOLUME_DIR/shared-vol-proxy" |
Maros Ondrejicka | c2f76f4 | 2023-02-27 13:22:45 +0100 | [diff] [blame] | 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" |