20 lines
571 B
YAML
20 lines
571 B
YAML
name: RCEO-AI-ResumeCustomizer-Output
|
|
|
|
services:
|
|
rceo-ai-resumecustomizer-outputprocessor:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: RCEO-AI-ResumeCustomizer-OutputProcessor
|
|
restart: always
|
|
environment:
|
|
PUID: "${LOCAL_UID:-1000}"
|
|
PGID: "${LOCAL_GID:-1000}"
|
|
TZ: "${HOST_TZ:-UTC}"
|
|
volumes:
|
|
- ../ForRelease/inbox:/data/inbox
|
|
- ../ForRelease/outbox:/data/outbox
|
|
- ../ForRelease/processed:/data/processed
|
|
- ../ForRelease/failed:/data/failed
|
|
- ../../input/templates:/templates:ro
|