Venkata Harish K Kajur | 96f120c | 2017-09-07 22:09:25 -0400 | [diff] [blame] | 1 | version: '2' |
| 2 | services: |
| 3 | aai-resources.api.simpledemo.openecomp.org: |
| 4 | image: ${DOCKER_REGISTRY}/openecomp/aai-resources |
| 5 | hostname: aai-resources.api.simpledemo.openecomp.org |
| 6 | environment: |
| 7 | - AAI_CHEF_ENV=simpledemo |
| 8 | - AAI_CHEF_LOC=/var/chef/aai-data/environments |
| 9 | - CHEF_BRANCH=master |
| 10 | - CHEF_GIT_URL=http://gerrit.onap.org/r/aai |
| 11 | - AAI_CORE_VERSION=1.1.0-SNAPSHOT |
Singhsumalee, Pete (ps2418) | 56bb06b | 2017-09-25 14:13:15 -0500 | [diff] [blame] | 12 | - LOCAL_USER_ID=${USER_ID} |
Venkata Harish K Kajur | 96f120c | 2017-09-07 22:09:25 -0400 | [diff] [blame] | 13 | ports: |
| 14 | - 8447:8447 |
| 15 | logging: |
| 16 | driver: "json-file" |
| 17 | options: |
| 18 | max-size: "30m" |
| 19 | max-file: "5" |
| 20 | aai-traversal.api.simpledemo.openecomp.org: |
| 21 | image: ${DOCKER_REGISTRY}/openecomp/aai-traversal |
| 22 | hostname: aai-traversal.api.simpledemo.openecomp.org |
| 23 | environment: |
| 24 | - AAI_CHEF_ENV=simpledemo |
| 25 | - AAI_CHEF_LOC=/var/chef/aai-data/environments |
| 26 | - CHEF_BRANCH=master |
| 27 | - CHEF_GIT_URL=http://gerrit.onap.org/r/aai |
| 28 | - AAI_CORE_VERSION=1.1.0-SNAPSHOT |
Singhsumalee, Pete (ps2418) | 56bb06b | 2017-09-25 14:13:15 -0500 | [diff] [blame] | 29 | - LOCAL_USER_ID=${USER_ID} |
| 30 | - DISABLE_UPDATE_QUERY=true |
Venkata Harish K Kajur | 96f120c | 2017-09-07 22:09:25 -0400 | [diff] [blame] | 31 | ports: |
| 32 | - 8446:8446 |
| 33 | logging: |
| 34 | driver: "json-file" |
| 35 | options: |
| 36 | max-size: "30m" |
| 37 | max-file: "5" |
| 38 | aai.api.simpledemo.openecomp.org: |
Venkata Harish K Kajur | 7000576 | 2017-11-06 17:38:45 +0000 | [diff] [blame] | 39 | image: ${AAI_HAPROXY_IMAGE}:${HAPROXY_VERSION} |
Venkata Harish K Kajur | 96f120c | 2017-09-07 22:09:25 -0400 | [diff] [blame] | 40 | hostname: aai.api.simpledemo.openecomp.org |
| 41 | ports: |
| 42 | - 8443:8443 |
| 43 | links: |
| 44 | - aai-resources.api.simpledemo.openecomp.org |
| 45 | - aai-traversal.api.simpledemo.openecomp.org |
| 46 | volumes: |
| 47 | - /dev/log:/dev/log |
| 48 | logging: |
| 49 | driver: "json-file" |
| 50 | options: |
| 51 | max-size: "30m" |
| 52 | max-file: "5" |
| 53 | aai.hbase.simpledemo.openecomp.org: |
Venkata Harish K Kajur | d6f0c1e | 2017-09-27 10:42:28 -0400 | [diff] [blame] | 54 | image: ${HBASE_IMAGE}:${HBASE_VERSION} |
Venkata Harish K Kajur | 96f120c | 2017-09-07 22:09:25 -0400 | [diff] [blame] | 55 | hostname: aai.hbase.simpledemo.openecomp.org |
| 56 | ports: |
| 57 | - 2181:2181 |
| 58 | - 8080:8080 |
| 59 | - 8085:8085 |
| 60 | - 9090:9090 |
| 61 | - 16000:16000 |
| 62 | - 16010:16010 |
| 63 | - 16201:16201 |
| 64 | logging: |
| 65 | driver: "json-file" |
| 66 | options: |
| 67 | max-size: "30m" |
| 68 | max-file: "5" |
| 69 | networks: |
| 70 | default: |
| 71 | driver: bridge |
| 72 | driver_opts: |
| 73 | com.docker.network.driver.mtu: ${MTU} |