PX4Docker/compose.yaml

24 lines
463 B
YAML
Raw Normal View History

2023-05-31 14:28:52 -03:00
services:
px4:
build: Docker_PX4
command: bash
tty: true
privileged: true
2023-06-12 12:25:34 -03:00
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
environment:
- "QT_X11_NO_MITSHM=1"
- DISPLAY=$DISPLAY
ports:
- 14570:14570/udp
#deploy:
#resources:
#reservations:
#devices:
#- driver: nvidia
#
# capabilities: [gpu]