Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.78 KB

docker-compose.md

File metadata and controls

42 lines (28 loc) · 1.78 KB

Compose Specification

The Compose file is a YAML file defining a multi-containers based application.

Properties

Property Type Required Description
configs object No
include No compose sub-projects to be included.
name string No define the Compose project name, until user defines one explicitly.
networks object No
secrets object No
services object No
version string No declared for backward compatibility, ignored.
volumes object No

configs

Property Type Required Description

networks

Property Type Required Description

secrets

Property Type Required Description

services

Property Type Required Description

volumes

Property Type Required Description