Documentation
Preparing search index...
@quatrain/app
ComposeFile
Interface ComposeFile
interface
ComposeFile
{
networks
?:
Record
<
string
,
any
>
;
services
:
Record
<
string
,
ComposeService
>
;
version
?:
string
;
volumes
?:
Record
<
string
,
any
>
;
}
Index
Properties
networks?
services
version?
volumes?
Properties
Optional
networks
networks
?:
Record
<
string
,
any
>
services
services
:
Record
<
string
,
ComposeService
>
Optional
version
version
?:
string
Optional
volumes
volumes
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
networks
services
version
volumes
Documentation
Loading...