UR_Robotiq/docker-compose.yaml

20 lines
319 B
YAML
Raw Normal View History

2024-02-29 13:32:31 +00:00
version: '3.8'
services:
ros2:
build: .
volumes:
- ./src:/ros2_ws/src
- /tmp/.X11-unix:/tmp/.X11-unix
2024-02-29 13:32:31 +00:00
networks:
- ros_network
tty: true
stdin_open: true
environment:
- DISPLAY=$DISPLAY
devices:
- /dev/dri:/dev/dri
2024-02-29 13:32:31 +00:00
networks:
ros_network:
driver: bridge