Wasm Directoryalpha
Record

validate-app-spec-body-spec-services-item

No description available.

record validate-app-spec-body-spec-services-item {
  build-command: option​<string>,
  dockerfile-path: option​<string>,
  environment-slug: option​<string>,
  envs: option​<list​<validate-app-spec-body-spec-services-item-envs-item>>,
  git: option​<validate-app-spec-body-spec-services-item-git>,
  github: option​<validate-app-spec-body-spec-services-item-github>,
  gitlab: option​<validate-app-spec-body-spec-services-item-gitlab>,
  image: option​<validate-app-spec-body-spec-services-item-image>,
  log-destinations: option​<validate-app-spec-body-spec-services-item-log-destinations>,
  name: option​<string>,
  run-command: option​<string>,
  source-dir: option​<string>,
  instance-count: option​<s64>,
  instance-size-slug: option​<list-op-response-apps-item-active-deployment-spec-jobs-item-instance-size-slug-enum>,
  cors: option​<validate-app-spec-body-spec-services-item-cors>,
  health-check: option​<validate-app-spec-body-spec-services-item-health-check>,
  http-port: option​<s64>,
  internal-ports: option​<list​<s64>>,
  routes: option​<list​<validate-app-spec-body-spec-services-item-routes-item>>,
}

Fields

NameTypeDescription
build-commandoption​<string>
dockerfile-pathoption​<string>
environment-slugoption​<string>
envsoption​<list​<validate-app-spec-body-spec-services-item-envs-item>>
gitoption​<validate-app-spec-body-spec-services-item-git>
githuboption​<validate-app-spec-body-spec-services-item-github>
gitlaboption​<validate-app-spec-body-spec-services-item-gitlab>
imageoption​<validate-app-spec-body-spec-services-item-image>
log-destinationsoption​<validate-app-spec-body-spec-services-item-log-destinations>
nameoption​<string>
run-commandoption​<string>
source-diroption​<string>
instance-countoption​<s64>
instance-size-slugoption​<list-op-response-apps-item-active-deployment-spec-jobs-item-instance-size-slug-enum>
corsoption​<validate-app-spec-body-spec-services-item-cors>
health-checkoption​<validate-app-spec-body-spec-services-item-health-check>
http-portoption​<s64>
internal-portsoption​<list​<s64>>
routesoption​<list​<validate-app-spec-body-spec-services-item-routes-item>>