Documentation
Preparing search index...
@quatrain/app
ComposeService
Interface ComposeService
interface
ComposeService
{
build
?:
string
|
{
context
:
string
;
dockerfile
?:
string
}
;
command
?:
string
;
container_name
?:
string
;
depends_on
?:
string
[]
;
environment
?:
Record
<
string
,
string
>
;
image
?:
string
;
networks
?:
string
[]
;
ports
?:
string
[]
;
restart
?:
string
;
volumes
?:
string
[]
;
}
Index
Properties
build?
command?
container_
name?
depends_
on?
environment?
image?
networks?
ports?
restart?
volumes?
Properties
Optional
build
build
?:
string
|
{
context
:
string
;
dockerfile
?:
string
}
Optional
command
command
?:
string
Optional
container_
name
container_name
?:
string
Optional
depends_
on
depends_on
?:
string
[]
Optional
environment
environment
?:
Record
<
string
,
string
>
Optional
image
image
?:
string
Optional
networks
networks
?:
string
[]
Optional
ports
ports
?:
string
[]
Optional
restart
restart
?:
string
Optional
volumes
volumes
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
command
container_
name
depends_
on
environment
image
networks
ports
restart
volumes
Documentation
Loading...