License addition in all yamls
[oom.git] / kubernetes / dcae / cdap / docker / docker-compose.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 version: '2'
16 services:
17   cdap00:
18     build: .
19     hostname: zldcprivatecloudtruecdap00
20     image: cdap
21     ports:
22       - 8020
23       - 50070
24       - 50075
25       - 50010
26       - 50020
27       - 3888
28       - 2888
29       - 2181
30       - 8025
31   cdap01:
32     build: .
33     hostname: zldcprivatecloudtruecdap01
34     image: cdap
35     ports:
36       - 8020
37       - 50070
38       - 50075
39       - 50010
40       - 50020
41       - 3888
42       - 2888
43       - 2181
44       - 8025
45   cdap02:
46     build: .
47     hostname: zldcprivatecloudtruecdap02
48     image: cdap
49     ports:
50       - 8020
51       - 50070
52       - 50075
53       - 50010
54       - 50020
55       - 3888
56       - 2888
57       - 2181
58       - 8025