Add api server2

2
This commit is contained in:
2026-02-08 20:48:59 +01:00
parent 627a730191
commit 5a2fdd65d0
14 changed files with 328 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
scanner:
build: .
ports:
- "8000:8000"
devices:
- /dev/bus/usb:/dev/bus/usb
volumes:
- ./scans:/app/scans
restart: unless-stopped