This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments