chore(output): prefix docker identifiers

This commit is contained in:
2025-10-15 13:43:15 -05:00
parent d7682ee87d
commit b3b02bab29
3 changed files with 11 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ cd output/Docker
./run-output-processor.sh up -d
```
The script detects either the Docker Compose plugin or the legacy `docker-compose` binary and forwards any additional arguments you supply (`down`, `logs`, etc.).
The script detects either the Docker Compose plugin or the legacy `docker-compose` binary and forwards any additional arguments you supply (`down`, `logs`, etc.). The stack registers under the project name `RCEO-AI-ResumeCustomizer-Output`, and the primary container is `RCEO-AI-ResumeCustomizer-Output-Processor`.
## What the Watcher Does
1. Polls `ForRelease/inbox` every few seconds for Markdown files.