Skip to content

Commit

Permalink
tutorial: add info about app bundle size limit
Browse files Browse the repository at this point in the history
Update the tutorial on Compose Apps with an info about the limit on
size of the compose app bundle (effectively the app directory).

Signed-off-by: Mike Sul <mike.sul@foundries.io>
  • Loading branch information
mike-sul committed Jan 16, 2025
1 parent a3d9069 commit 49af5d4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This is the file structure responsible for creating the Docker Compose App:
The combination of a top-level directory containing ``docker-compose.yml``
will end-up in a Docker Compose App.

The ``docker-compose.yml`` file specifies one or more containers to run and their configurations.
The ``docker-compose.yml`` file specifies one or more containers to run and their configurations.
In addition, the Compose App directory can contain complementary files, such as configuration files, volume data, scripts, etc.
The overall maximum allowed size of the Compose App directory is 1 GB.

Foundries.io Hub as Source
--------------------------
Expand Down

0 comments on commit 49af5d4

Please sign in to comment.