services: tdarr-node: container_name: tdarr-node-gpu image: haveagitgat/tdarr_node:latest restart: unless-stopped network_mode: bridge environment: - PUID=1000 - PGID=1000 - TZ=America/Edmonton - serverIP=172.16.201.203 # The IP of your pve2-lxc3 (Server) - serverPort=8266 - nodeName=RTX3050-Node - NVIDIA_VISIBLE_DEVICES=all - NVIDIA_DRIVER_CAPABILITIES=all,video,compute,utility volumes: - /docker/tdarr/configs:/app/configs - /docker/tdarr/logs:/app/logs - /mnt:/media - /pool:/media/pool # Must match the Server's mount path exactly - /temp:/temp # Crucial: Must be shared/identical path to Server deploy: resources: reservations: devices: - driver: nvidia count: 1 capabilities: [gpu]