-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker compose example - still more we could add
- Loading branch information
1 parent
6e0a023
commit 590de16
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: '3.8' | ||
services: | ||
tunarr: | ||
# image: chrisbenincasa/tunarr:edge | ||
# Uncomment along with runtime below to enable HW accel | ||
image: chrisbenincasa/tunarr:edge-nvidia | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters