Files
resume-reformer/compose.yaml
T

16 lines
321 B
YAML

services:
resume-agent:
build:
context: .
dockerfile: Dockerfile
image: resume-agent:local
init: true
env_file:
- .env
ports:
- "${RESUME_AGENT_PORT:-8000}:8000"
volumes:
- ./.resume-agent:/app/.resume-agent
- ./output:/app/output
restart: unless-stopped