2024-05-28 20:15:12 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
services:
|
|
|
|
|
tunarr:
|
|
|
|
|
# image: chrisbenincasa/tunarr:edge
|
|
|
|
|
# Uncomment along with runtime below to enable HW accel
|
2025-07-27 12:51:14 +00:00
|
|
|
image: chrisbenincasa/tunarr:edge
|
2024-05-28 20:15:12 +00:00
|
|
|
container_name: tunarr
|
|
|
|
|
ports:
|
|
|
|
|
- 8088:8000
|
|
|
|
|
# Uncomment if using the Nvidia container
|
|
|
|
|
runtime: nvidia
|
|
|
|
|
environment:
|
|
|
|
|
- LOG_LEVEL=${TUNARR_LOG_LEVEL:-INFO}
|
|
|
|
|
# volumes:
|
|
|
|
|
# The host path is relative to the location of the compose file
|
|
|
|
|
# This can also use an absolute path.
|
|
|
|
|
#
|
|
|
|
|
# Uncomment if migrating from dizquetv. Chnage the host path
|
|
|
|
|
# to the location of your dizquetv "database"
|
|
|
|
|
# - ./.dizquetv:/.dizquetv
|