mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Allow cpu profile for docker compose versions where default profile is not valid
This commit is contained in:
parent
e04093df48
commit
dde3af188d
@ -26,7 +26,7 @@ UNLOGGED_PERMISSIONS=
|
||||
DEFAULT_PERMISSIONS=overall.read,overall.play
|
||||
|
||||
# Hardware transcoding (equivalent of --profile docker compose option).
|
||||
COMPOSE_PROFILES= # vaapi or qsv or nvidia
|
||||
COMPOSE_PROFILES=cpu # cpu (no hardware acceleration) or vaapi or qsv or nvidia
|
||||
# the preset used during transcode. faster means worst quality, you can probably use a slower preset with hwaccels
|
||||
# warning: using vaapi hwaccel disable presets (they are not supported).
|
||||
GOCODER_PRESET=fast
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
|
||||
transcoder:
|
||||
<<: *transcoder-base
|
||||
profiles: ['']
|
||||
profiles: ['', 'cpu']
|
||||
|
||||
transcoder-nvidia:
|
||||
<<: *transcoder-base
|
||||
|
@ -70,7 +70,7 @@ services:
|
||||
|
||||
transcoder:
|
||||
<<: *transcoder-base
|
||||
profiles: ['']
|
||||
profiles: ['', 'cpu']
|
||||
|
||||
transcoder-nvidia:
|
||||
<<: *transcoder-base
|
||||
|
@ -71,7 +71,7 @@ services:
|
||||
|
||||
transcoder:
|
||||
<<: *transcoder-base
|
||||
profiles: ['']
|
||||
profiles: ['', 'cpu']
|
||||
|
||||
transcoder-nvidia:
|
||||
<<: *transcoder-base
|
||||
|
Loading…
x
Reference in New Issue
Block a user