Advertisement
Guest User

Untitled

a guest
May 13th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. version: "3.8"
  2. services:
  3. ispyagentdvr:
  4. image: mekayelanik/ispyagentdvr:gpu-hwaccel-latest
  5. container_name: ispy_test
  6. environment:
  7. - PUID=1000
  8. - PGID=1000
  9. - WEBUI_PORT=8090
  10. - TZ=America/Denver
  11. - NVIDIA_VISIBLE_DEVICES=all
  12. #- DEBUG_MODE=true
  13. volumes:
  14. - /mnt/ispy/config:/AgentDVR/Media/XML
  15. - /mnt/ispy_recordings:/AgentDVR/Media/WebServerRoot/Media
  16. - /mnt/ispy/commands:/AgentDVR/Commands
  17. #- /home/cal/ispy_test/conf:/AgentDVR/Media/XML
  18. #- /home/cal/ispy_test/rec:/AgentDVR/Media/WebServerRoot/Media
  19. #- /home/cal/ispy_test/command:/AgentDVR/Commands
  20. ports:
  21. - 8090:8090
  22. - 3478:3478/udp
  23. - 50000-50010:50000-50010/udp
  24. restart: unless-stopped
  25. deploy:
  26. resources:
  27. reservations:
  28. devices:
  29. - driver: nvidia
  30. count: 1
  31. capabilities:
  32. - gpu
  33. networks:
  34. wyze_default:
  35. external: true
  36. ai_default:
  37. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement