{
    "version": 4,
    "script": {
        "version": "1.0.0",
        "changeLog": "initial"
    },
    "requirements": {
        "locations": [],
        "specifications": ["2CORE", "1024MB"],
        "permissions": [],
        "ports": [30255]
    },
    "ensure_directories_exists": [],
    "app_values": {
        "network": {
            "web_port": {
                "bind_mode": "published",
                "port_number": 30255
            }
        },
        "resources": {
            "limits": {
                "cpus": 2,
                "memory": "$MEMORY(5%, 1024)"
            }
        }
    }
}