docker-compose-template.yml 508 B

123456789101112131415161718
  1. version: "3.8"
  2. services:
  3. dim:
  4. container_name: dim
  5. image: ghcr.io/dusk-labs/dim:dev
  6. restart: unless-stopped
  7. ports:
  8. - 8000:8000
  9. volumes:
  10. - /<host_config_folder>:/opt/dim/config
  11. - /<host_media_path>:/media
  12. # Add more folders like so:
  13. # - /<host_media_path>:/media2
  14. # Use the below lines to pass your device with hardware acceleration
  15. devices:
  16. - /<device>:/<device>
  17. # VAAPI Device example:
  18. # - /dev/dri/renderD128:/dev/dri/renderD128