Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Also, there should be a Dockerfile that describes how to build/run this microservice.


Each Docker container that contains microservice's data and is used to run the microservice should use the predefined folder structure:

...