Spaces:
Running
Running
| 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 | |