Skip to content

Commit

Permalink
Spinning up minimal-zenoh too
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Nov 7, 2024
1 parent 2d1a08b commit d209d50
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ services:
environment:
- ROS_DOMAIN_ID=42

# zenoh:
# image: minimal-zenoh
# # build:
# # context: ../../
# # dockerfile: .github/minimal-zenoh/Dockerfile
# container_name: minimal-zenoh
# network_mode: host
# stdin_open: true
# tty: true
# # command: zenohd
minimal-zenoh:
image: minimal-zenoh
build:
context: ../../
dockerfile: .github/minimal-zenoh/Dockerfile
network_mode: host
stdin_open: true
tty: true

0 comments on commit d209d50

Please sign in to comment.