Skip to content

Commit 412e2a3

Browse files
Describe Projects
1 parent 6491f26 commit 412e2a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/concepts/projects.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Projects
3+
description: A _project_ refers to a cohesive collection of services, networks, and volumes which are defined and managed using a `compose.yml` file.
4+
sidebar_position: 200
5+
---
6+
7+
# Projects
8+
9+
A _project_ refers to a cohesive collection of services, networks, and volumes which are defined and managed using a `compose.yml` file. These are the components of your cloud application.
10+
11+
## Project Names
12+
13+
The _project name_ can be defined in the compose file with [the `name` property](https://docs.docker.com/compose/compose-file/04-version-and-name/#name-top-level-element), otherwise the base name of the project directory will be used.
14+
15+
The [`--project-name` CLI flag](/docs/cli/defang) can be used to specify the target project name when the `compose.yaml` file is not present.

0 commit comments

Comments
 (0)