Skip to content

Commit

Permalink
feat: add volume mapping in compose.yml and update meshnetworkx versi…
Browse files Browse the repository at this point in the history
…on to 0.1.2
  • Loading branch information
W. Meijer committed Nov 6, 2024
1 parent 20ae897 commit 373e1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
init: true
build: .
command: ["uv", "run", "examples/two_device/main.py"]
volumes:
- ./examples:/workdir/examples/
depends_on:
- zenoh
# environment:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 373e1cc

Please sign in to comment.