chore(output): normalize container naming
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: RCEO-AI-ResumeCustomizer-Output
|
||||
|
||||
services:
|
||||
rceo-ai-resumecustomizer-output-processor:
|
||||
rceo-ai-resumecustomizer-outputprocessor:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: RCEO-AI-ResumeCustomizer-Output-Processor
|
||||
container_name: RCEO-AI-ResumeCustomizer-OutputProcessor
|
||||
restart: always
|
||||
environment:
|
||||
PUID: "${LOCAL_UID:-1000}"
|
||||
|
||||
@@ -18,7 +18,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 stack registers under the project name `RCEO-AI-ResumeCustomizer-Output`, and the primary container is `RCEO-AI-ResumeCustomizer-Output-Processor`.
|
||||
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-OutputProcessor`.
|
||||
|
||||
## What the Watcher Does
|
||||
1. Polls `ForRelease/inbox` every few seconds for a single Markdown resume.
|
||||
|
||||
Reference in New Issue
Block a user