Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockerComposeService

Type of a docker compose yml object for reference.

Note this type is not complete!

Hierarchy

  • DockerComposeService

Index

Properties

build?: string
cap_add?: string[]
command?: string
container_name: string
depends_on?: string[]
entrypoint?: string
environment?: Record<string, string>
hostname?: string
image?: string
mem_limit?: string | number
networks?: { default: { aliases?: string[]; ipv4_address?: string } }

Type declaration

  • default: { aliases?: string[]; ipv4_address?: string }
    • Optional aliases?: string[]
    • Optional ipv4_address?: string
ports?: string[]
privileged?: boolean
restart?: string
security_opt?: string[]
stop_grace_period?: string
stop_signal?: string
user?: string
volumes?: string[]
working_dir?: string

Generated using TypeDoc