This commit is contained in:
Fred Boniface
2025-10-07 10:15:28 +01:00
commit b350a137f1
24 changed files with 2065 additions and 0 deletions

10
dockerstart.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -e
MODEL=${LABEL_MODEL:-QL-800}
PRINTER=${LABEL_PRINTER:-tcp:127.0.0.1:9100}
exec python /app/src/label_api \
--model "$MODEL" \
--printer "$PRINTER"