summaryrefslogtreecommitdiffstats
path: root/dev-setup/docker-compose.yml
blob: b8a17a1941147823d3a3f53b1172be54aa260445 (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
26
27
version: '3'

services:
  aai-resources:
    image: onap/aai-resources:1.4.0
    volumes:
      - ./janusgraph.properties:/opt/app/aai-resources/resources/etc/appprops/janusgraph-cached.properties
      - ./janusgraph.properties:/opt/app/aai-resources/resources/etc/appprops/janusgraph-realtime.properties

  aai-traversal:
    image: onap/aai-traversal:1.4.0
    volumes:
      - ./janusgraph.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-cached.properties
      - ./janusgraph.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-realtime.properties

  aai-haproxy:
    image: aaionap/haproxy:1.2.4
    links:
      - aai-resources:aai-resources.api.simpledemo.onap.org
      - aai-traversal:aai-traversal.api.simpledemo.onap.org
    ports:
      - 8443:8443

  aai-backend:
    image: cassandra:3.11
    environment:
      - CASSANDRA_START_RPC=true