Files
docker-compose-cookbooks/_docs/template-readme.md
T
2025-11-23 12:10:03 -08:00

969 B
Raw Blame History

Project Name

Overview

A short 1--3 sentence description of what this Docker Compose project does.

Project Details

Environment Variable Notes

List any required or optional environment variables, where they come from, and how they are used.

Example:

VAR_NAME  explanation of purpose
ANOTHER_VAR  where to get the value

Volume Notes

Describe important volumes, what they store, and whether they need manual creation or backups.

Example:

/data  persistent application storage
/config  configuration files

Additional Notes / Gotchas

Add any special information someone should know before running the project---quirks, caveats, network requirements, etc.