blob: c57afcbb099835ea711b4b1cec75878d975fb019 [file] [log] [blame]
# ONOS with XOS features for docker-compose
version: '2'
services:
xos-onos:
build:
context: .
dockerfile: Dockerfile.xos-onos
image: xos/onos
expose:
- "6653"
- "8101"
- "8181"
- "9876"
network_mode: host
volumes:
- ./node_key:/root/node_key:ro