aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
blob: cc6b780bafcb6f226d5a81848625b7789cd5504c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
volumes:
  - volume: &shared-vol-proxy
      host-dir: "$HST_VOLUME_DIR/shared-vol-proxy"

containers:
  - name: "vpp-proxy"
    volumes:
      - <<: *shared-vol-proxy
        container-dir: "/tmp/vpp"
        is-default-work-dir: true
  - name: "nginx-proxy"
    volumes:
      - <<: *shared-vol-proxy
        container-dir: "/tmp/nginx"
        is-default-work-dir: true
    image: "hs-test/nginx-ldp"
    is-optional: true
  - name: "nginx-server"
    image: "hs-test/nginx-server"