Each microservice's source code should contain docker/docker-compose.yml file that describes Docker's services that are need to build/run this microservice.This file is parsed and run by oms.sh script. To start your microservice along with others, just add its name to .env file to ENABLED_SERVICES variable.
Also, there should be a Dockerfile that describes how to build/run this microservice.
...