blob: a11f4a9a0c28805b7192a6fcc389fa35f0234328 [file] [log] [blame]
version: '2'
services:
rw_core:
image: voltha-rw-core
entrypoint:
- /app/rw_core
- -kv_store_type=etcd
- -kv_store_host=${DOCKER_HOST_IP}
- -kv_store_port=2379
- -grpc_host=${DOCKER_HOST_IP}
- -grpc_port=50057
- -banner=true
ports:
- "50057:50057"
volumes:
- "/var/run/docker.sock:/tmp/docker.sock"
networks:
- default
networks:
default:
driver: bridge