feat: add paca

This commit is contained in:
Sun-ZhenXing
2026-06-23 11:26:44 +08:00
parent a742b5555b
commit 902627bbc2
12 changed files with 721 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@ Compose Anything is a collection of production-ready, portable Docker Compose st
3. Update these files together when a service changes: `docker-compose.yaml`, `.env.example`, `README.md`, and `README.zh.md`.
4. Update the root `README.md` and `README.zh.md` whenever a service is added, renamed, removed, or needs a new quick-start entry.
5. Keep the default startup path within `docker compose up -d`. If extra setup is unavoidable, document it clearly and prefer a `Makefile` over ad-hoc instructions.
6. If a user requests to test locally, ensure that each service is healthy (if the service has health checks) and that there are no unnamed volumes.
## Compose Standards