Update qnap_mediaui.yaml

master
Dex Burgess 2025-05-28 04:27:24 +00:00
parent 37049cf941
commit 13bf32fca2
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ services:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the stack.env file
- $UPLOAD_LOCATION:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- stack.env
ports:
- '2283:2283'
depends_on:
@ -30,6 +32,8 @@ services:
# service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- $MODEL_CACHE_LOCATION:/cache
env_file:
- stack.env
restart: always
healthcheck:
disable: false