blob: 1d48ca82dddcb2c9dcdd6b8027b2eaa573a413c5 [file] [log] [blame]
Scott Baker58e88a82016-11-18 13:39:09 -08001# ONOS with XOS features for docker-compose
2version: '2'
3
4services:
5
6 xos-onos:
Jonathan Hart2a3c01e2017-01-13 17:32:27 -08007 image: {{ onos_docker_image }}
Scott Baker58e88a82016-11-18 13:39:09 -08008 ports:
David K. Bainbridgedf88fd92017-01-03 09:39:49 -08009 - "6653:6653" # OpenFlow
10 - "8101:8101" # ONOS SSH
11 - "8181:8181" # ONOS UI/API
12 - "9876:9876" # ONOS Clustering
13 - "2620:2620" # vRouter
Andy Baviere6e915c2017-03-28 17:19:06 -040014 restart: unless-stopped
Scott Baker58e88a82016-11-18 13:39:09 -080015