aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 36f3cc26c44fbbd24f1e702b07c4b022358b6d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: '3'

services:

  msa:
    image: nexus3.onap.org:10003/onap/tapisimulator
    restart: always
    environment:
      Controller: MSA
    ports:
      - "8082:8082"

  tap1:
    image: nexus3.onap.org:10003/onap/tapisimulator
    restart: always
    ports:
    - 8081:8080
    environment:
      Controller: TAPI1

  tapi2:
    image: nexus3.onap.org:10003/onap/tapisimulator
    ports:
      - "8083:8080"
    restart: on-failure