fix(docker): remove hardcoded DeckLink devices to support nodes without hardware

This commit is contained in:
Wild Dragon Dev 2026-06-03 18:16:54 +00:00
parent 5eaf71b70c
commit cd67dfceea

View file

@ -125,9 +125,7 @@ services:
CAPTURE_PORT: 3001 CAPTURE_PORT: 3001
NVIDIA_VISIBLE_DEVICES: all NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITIES: video,compute,utility NVIDIA_DRIVER_CAPABILITIES: video,compute,utility
devices: # (Devices are dynamically mounted by node-agent)
- ${BMD_DEVICE_0:-/dev/blackmagic/dv0}:/dev/blackmagic/dv0
- ${BMD_DEVICE_1:-/dev/blackmagic/dv1}:/dev/blackmagic/dv1
ports: ports:
- "${CAPTURE_PORT:-7437}:3001" - "${CAPTURE_PORT:-7437}:3001"
networks: networks: