feat(output): add wrapper and failed conversion handling
This commit is contained in:
19
output/Docker/docker-compose.yml
Normal file
19
output/Docker/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: ResumeCustomizer-OutputProcessor
|
||||
|
||||
services:
|
||||
resumecustomizer-outputprocessor:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: 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
|
||||
Reference in New Issue
Block a user