mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 21:46:31 +00:00
23 lines
338 B
YAML
23 lines
338 B
YAML
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
|