mirror of
https://github.com/azaion/detections.git
synced 2026-04-25 23:06:31 +00:00
This commit is contained in:
@@ -58,10 +58,36 @@ services:
|
||||
aliases:
|
||||
- detections
|
||||
|
||||
detections-jetson:
|
||||
profiles:
|
||||
- jetson
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: Dockerfile.jetson
|
||||
runtime: nvidia
|
||||
depends_on:
|
||||
- mock-loader
|
||||
- mock-annotations
|
||||
environment:
|
||||
LOADER_URL: http://mock-loader:8080
|
||||
ANNOTATIONS_URL: http://mock-annotations:8081
|
||||
JWT_SECRET: test-secret-e2e-only
|
||||
CLASSES_JSON_PATH: /app/classes.json
|
||||
volumes:
|
||||
- ./fixtures/classes.json:/app/classes.json:ro
|
||||
- ./fixtures:/media:ro
|
||||
- ./logs:/app/Logs
|
||||
shm_size: 512m
|
||||
networks:
|
||||
e2e-net:
|
||||
aliases:
|
||||
- detections
|
||||
|
||||
e2e-runner:
|
||||
profiles:
|
||||
- cpu
|
||||
- gpu
|
||||
- jetson
|
||||
build: .
|
||||
depends_on:
|
||||
- mock-loader
|
||||
|
||||
Reference in New Issue
Block a user