mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 08:56:32 +00:00
fix some cython code
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user