awesome-compose/official-documentation-samples
Stefan Scherer 52c9916d5b Add compose samples from docs (#305)
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
Signed-off-by: Mohammad Sadegh Sheikh Zahedi <sheikhoo.iran@gmail.com>
2023-01-02 15:08:30 +03:30
..
django Add compose samples from docs (#305) 2023-01-02 15:08:30 +03:30
rails Add compose samples from docs (#305) 2023-01-02 15:08:30 +03:30
wordpress Add compose samples from docs (#305) 2023-01-02 15:08:30 +03:30
README.md Add compose samples from docs (#305) 2023-01-02 15:08:30 +03:30

Sample apps with Compose

The following samples show the various aspects of how to work with Docker Compose. As a prerequisite, be sure to install Docker Compose if you have not already done so.

Key concepts these samples cover

The samples should help you to:

  • define services based on Docker images using Compose files docker-compose.yml files
  • understand the relationship between docker-compose.yml and Dockerfiles
  • learn how to make calls to your application services from Compose files

Samples tailored to demo Compose

These samples focus specifically on Docker Compose: