blob: 6a698d11900e1e81390e7946fbd365c2b5cdd875 [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2{#
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16#}
17
18
Scott Baker58e88a82016-11-18 13:39:09 -080019# ONOS with XOS features for docker-compose
20version: '2'
21
22services:
23
24 xos-onos:
Andy Bavier75e17122017-07-26 09:07:19 -070025 image: xos/onos:{{ pull_docker_tag }}
Scott Baker58e88a82016-11-18 13:39:09 -080026 ports:
27 - "6654:6653"
28 - "8102:8101"
29 - "8182:8181"
30 - "9877:9876"
31 volumes:
32 - ./node_key:/root/node_key:ro
Andy Baviere6e915c2017-03-28 17:19:06 -040033 restart: unless-stopped
Zack Williams79286962017-07-10 12:24:37 -070034