chore(output): normalize container naming

This commit is contained in:
2025-10-15 13:53:44 -05:00
parent 0eb31dc082
commit e4fb783337
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
name: RCEO-AI-ResumeCustomizer-Output name: RCEO-AI-ResumeCustomizer-Output
services: services:
rceo-ai-resumecustomizer-output-processor: rceo-ai-resumecustomizer-outputprocessor:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: RCEO-AI-ResumeCustomizer-Output-Processor container_name: RCEO-AI-ResumeCustomizer-OutputProcessor
restart: always restart: always
environment: environment:
PUID: "${LOCAL_UID:-1000}" PUID: "${LOCAL_UID:-1000}"

View File

@@ -18,7 +18,7 @@ cd output/Docker
./run-output-processor.sh up -d ./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 ## What the Watcher Does
1. Polls `ForRelease/inbox` every few seconds for a single Markdown resume. 1. Polls `ForRelease/inbox` every few seconds for a single Markdown resume.