Initial commit

This commit is contained in:
Mustafa KURU
2026-05-03 23:47:54 +03:00
commit 1dac1749bf
74 changed files with 6697 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
services:
ha_elegoo_spaghetti_detection:
build:
context: ./addon
dockerfile: Dockerfile.standalone.base
image: hepter/ha_elegoo_spaghetti_detection_standalone:latest
container_name: ha_elegoo_spaghetti_detection
restart: unless-stopped
ports:
- 3333:3333/tcp
environment:
- ML_API_TOKEN=obico_api_secret
- ML_USE_GPU=false
- ML_MODEL_BACKEND=onnx
- GUNICORN_TIMEOUT=120
- GUNICORN_WORKERS=1
- TZ=Europe/Istanbul