words2csv / docker-compose.yml
snake11235's picture
feat: initial project setup with multi-LLM OCR to CSV converter
c56fd22
raw
history blame contribute delete
252 Bytes
services:
app:
container_name: words2csv
build: .
ports:
- "7860:7860"
volumes:
- .:/app
env_file:
- .env
environment:
- PYTHONUNBUFFERED=1
- GRADIO_SERVER_NAME=0.0.0.0
command: gradio app.py