fix some cython code

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-29 21:18:18 +03:00
parent ad5530b9ef
commit 6269a7485c
32 changed files with 17108 additions and 2728 deletions
+22
View File
@@ -0,0 +1,22 @@
name: detections-mocks
services:
mock-loader:
build: ./mocks/loader
ports:
- "18080:8080"
volumes:
- ./fixtures:/models
networks:
- mocks-net
mock-annotations:
build: ./mocks/annotations
ports:
- "18081:8081"
networks:
- mocks-net
networks:
mocks-net:
driver: bridge