def service_create(path, service_name, definition):
    '''
    Create the definition of a docker-compose service
    This fails when the service already exists
    This does not pull or up the service