Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 558e993

Browse files
build: Fixed volume paths for mesh-sandbox container in compose.yaml (#52)
1 parent d72b604 commit 558e993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ services:
152152
- SSL=no
153153
volumes:
154154
# mount a different mailboxes.jsonl to pre created mailboxes
155-
- ../mesh-sandbox/src/mesh_sandbox/store/data/mailboxes.jsonl:/app/mesh_sandbox/store/data/mailboxes.jsonl:ro
156-
- ../mesh-sandbox/src/mesh_sandbox/test_plugin:/app/mesh_sandbox/plugins:ro
155+
- ./tests/mesh-sandbox/src/mesh_sandbox/store/data/mailboxes.jsonl:/app/mesh_sandbox/store/data/mailboxes.jsonl:ro
156+
- ./tests/mesh-sandbox/src/mesh_sandbox/test_plugin:/app/mesh_sandbox/plugins:ro
157157
# you can mount a directory if you want access the stored messages
158-
- ../mesh-sandbox/messages:/tmp/mesh_store
158+
- ./tests/mesh-sandbox/messages:/tmp/mesh_store
159159
networks:
160160
- backend
161161

0 commit comments

Comments
 (0)