Skip to content

Service Specification

A service can be specified using JSON, the format is heavily based on the Docker Compose format, to allow for easy migration between either format.

{
    "environments": {
        "Development": {
            ""
        }
    },

    "sample-api": {
        "prop": 42
    }
}