Options
All
  • Public
  • Public/Protected
  • All
Menu

Module service/RunService

Index

Classes

Type aliases

Type aliases

RunParams

RunParams: { args?: string[]; build?: boolean; detached?: boolean; healthCheck?: boolean; pullImages?: boolean; resetData?: boolean; target: string; timeout?: number }

params necessary to run the docker-compose network.

Type declaration

  • Optional args?: string[]
  • Optional build?: boolean
  • Optional detached?: boolean
  • Optional healthCheck?: boolean
  • Optional pullImages?: boolean
  • Optional resetData?: boolean
  • target: string
  • Optional timeout?: number

Generated using TypeDoc