InteractiveRobotLearning/docker-compose.yaml

15 lines
200 B
YAML
Raw Normal View History

2024-02-14 11:16:31 +00:00
version: '3.8'
services:
ros2:
2024-02-15 11:04:54 +00:00
build: .
2024-02-14 11:16:31 +00:00
volumes:
2024-02-15 11:04:54 +00:00
- ./src:/ros2_ws/src
2024-02-14 11:16:31 +00:00
networks:
- ros_network
tty: true
stdin_open: true
networks:
ros_network:
driver: bridge