20 lines
		
	
	
		
			584 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			584 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}"
 | |
|     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
 |