id-ocr-engine / docker-compose.yaml
Kevin-KES
Deploy current main to HF Space
50c6ee2
Raw
History Blame Contribute Delete
309 Bytes
services:
id-ocr:
build: .
ports:
- "7860:7860"
env_file:
- .env
restart: unless-stopped
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:7860/health')"]
interval: 30s
timeout: 10s
retries: 3