20 lines
586 B
YAML
20 lines
586 B
YAML
name: RCEO-AI-ResumeCustomizer-Output
|
|
|
|
services:
|
|
rceo-ai-resumecustomizer-output-processor:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: RCEO-AI-ResumeCustomizer-Output-Processor
|
|
restart: always
|
|
environment:
|
|
PUID: "${LOCAL_UID:-1000}"
|
|
PGID: "${LOCAL_GID:-1000}"
|
|
volumes:
|
|
- ../ForRelease/inbox:/data/inbox
|
|
- ../ForRelease/outbox:/data/outbox
|
|
- ../ForRelease/processed:/data/processed
|
|
- ../ForRelease/failed:/data/failed
|
|
- ../../input/templates:/templates:ro
|
|
- /etc/localtime:/etc/localtime:ro
|