blob: 6a7a1d3cfbee5e03b197147ed5a9f67559a71cb0 [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:
7 build:
8 context: .
9 dockerfile: Dockerfile
10 image: xos/onos
11 ports:
12 - "6654:6653"
13 - "8102:8101"
14 - "8182:8181"
15 - "9877:9876"
16 volumes:
17 - ./node_key:/root/node_key:ro
Andy Baviere6e915c2017-03-28 17:19:06 -040018 restart: unless-stopped