Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:20 +08:00
commit ff4ea19b57
10 changed files with 595 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for docker-compose-generator skill
- [ ] docker_compose_best_practices.md: A document outlining best practices for writing production-ready Docker Compose files, including security, networking, and resource management.
- [ ] common_service_configurations.md: A collection of pre-defined configurations for common services like databases, web servers, and message queues.
- [ ] healthcheck_examples.md: Examples of how to configure health checks for different types of services.