Adrian Villin | d01a63a | 2024-08-15 12:53:53 +0200 | [diff] [blame^] | 1 | --- |
2 | volumes: | ||||
3 | - volume: &server-vol | ||||
4 | host-dir: "$HST_VOLUME_DIR/server-share" | ||||
5 | container-dir: "/tmp/server-share" | ||||
6 | is-default-work-dir: true | ||||
7 | - volume: &client-vol | ||||
8 | host-dir: "$HST_VOLUME_DIR/client-share" | ||||
9 | container-dir: "/tmp/client-share" | ||||
10 | is-default-work-dir: true | ||||
11 | |||||
12 | containers: | ||||
13 | - name: "server-vpp" | ||||
14 | volumes: | ||||
15 | - <<: *server-vol | ||||
16 | - name: "client-vpp" | ||||
17 | volumes: | ||||
18 | - <<: *client-vol |