blob: bd6e63a945d2a9d7d0a2f978611483d62d8bcc62 [file] [log] [blame]
Adrian Villind01a63a2024-08-15 12:53:53 +02001---
2volumes:
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
12containers:
13 - name: "server-vpp"
14 volumes:
15 - <<: *server-vol
16 - name: "client-vpp"
17 volumes:
18 - <<: *client-vol