Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.8"
- services:
- ispyagentdvr:
- image: mekayelanik/ispyagentdvr:gpu-hwaccel-latest
- container_name: ispy_test
- environment:
- - PUID=1000
- - PGID=1000
- - WEBUI_PORT=8090
- - TZ=America/Denver
- - NVIDIA_VISIBLE_DEVICES=all
- #- DEBUG_MODE=true
- volumes:
- - /mnt/ispy/config:/AgentDVR/Media/XML
- - /mnt/ispy_recordings:/AgentDVR/Media/WebServerRoot/Media
- - /mnt/ispy/commands:/AgentDVR/Commands
- #- /home/cal/ispy_test/conf:/AgentDVR/Media/XML
- #- /home/cal/ispy_test/rec:/AgentDVR/Media/WebServerRoot/Media
- #- /home/cal/ispy_test/command:/AgentDVR/Commands
- ports:
- - 8090:8090
- - 3478:3478/udp
- - 50000-50010:50000-50010/udp
- restart: unless-stopped
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: 1
- capabilities:
- - gpu
- networks:
- wyze_default:
- external: true
- ai_default:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement