mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 10:31:08 +00:00
Fixed mount
This commit is contained in:
@@ -26,8 +26,8 @@ services:
|
|||||||
LOADER_URL: http://mock-loader:8080
|
LOADER_URL: http://mock-loader:8080
|
||||||
ANNOTATIONS_URL: http://mock-annotations:8081
|
ANNOTATIONS_URL: http://mock-annotations:8081
|
||||||
JWT_SECRET: test-secret-e2e-only
|
JWT_SECRET: test-secret-e2e-only
|
||||||
|
CLASSES_JSON_PATH: /media/classes.json
|
||||||
volumes:
|
volumes:
|
||||||
- ./fixtures/classes.json:/app/classes.json
|
|
||||||
- ./fixtures:/media
|
- ./fixtures:/media
|
||||||
- ./logs:/app/Logs
|
- ./logs:/app/Logs
|
||||||
shm_size: 512m
|
shm_size: 512m
|
||||||
@@ -49,8 +49,8 @@ services:
|
|||||||
LOADER_URL: http://mock-loader:8080
|
LOADER_URL: http://mock-loader:8080
|
||||||
ANNOTATIONS_URL: http://mock-annotations:8081
|
ANNOTATIONS_URL: http://mock-annotations:8081
|
||||||
JWT_SECRET: test-secret-e2e-only
|
JWT_SECRET: test-secret-e2e-only
|
||||||
|
CLASSES_JSON_PATH: /media/classes.json
|
||||||
volumes:
|
volumes:
|
||||||
- ./fixtures/classes.json:/app/classes.json
|
|
||||||
- ./fixtures:/media
|
- ./fixtures:/media
|
||||||
- ./logs:/app/Logs
|
- ./logs:/app/Logs
|
||||||
networks:
|
networks:
|
||||||
@@ -72,7 +72,7 @@ services:
|
|||||||
LOADER_URL: http://mock-loader:8080
|
LOADER_URL: http://mock-loader:8080
|
||||||
ANNOTATIONS_URL: http://mock-annotations:8081
|
ANNOTATIONS_URL: http://mock-annotations:8081
|
||||||
JWT_SECRET: test-secret-e2e-only
|
JWT_SECRET: test-secret-e2e-only
|
||||||
CLASSES_JSON_PATH: /app/classes.json
|
CLASSES_JSON_PATH: /media/classes.json
|
||||||
volumes:
|
volumes:
|
||||||
- ./fixtures:/media:ro
|
- ./fixtures:/media:ro
|
||||||
shm_size: 512m
|
shm_size: 512m
|
||||||
|
|||||||
Reference in New Issue
Block a user