################ # Unmanic Docker Compose template # # Use this template when enabling NVENC Hardware accelerated encoding # # Variables that will need to be changed: # - User id for folder/file permissions # - Group id for folder/file permissions # - Your time zone, eg - Pacific/Auckland # - The GPUs that will be accessible to the container # Options: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html#gpu-enumeration # - Path where Unmanic will store config files # - Path where you store the files that Unmanic will scan # - Cache path for in-progress encoding tasks # version: '2.4' services: unmanic: container_name: unmanic image: josh5/unmanic:latest ports: - 8888:8888 environment: - PUID= - PGID= - TZ= - NVIDIA_VISIBLE_DEVICES= volumes: - :/config - :/library - :/tmp/unmanic runtime: nvidia # For H/W transcoding using the NVENC encoder