shinobi. passing through GPU device into container.

This commit is contained in:
Alexey Skobkin 2024-04-14 23:55:20 +03:00
parent 0ffd7a3f64
commit 0547ffeec5
Signed by: skobkin
GPG Key ID: 4389E670595BF8A8
2 changed files with 5 additions and 0 deletions

View File

@ -9,5 +9,8 @@ DB_DIR=./database
VIDEOS_DIR=./video
PLUGINS_DIR=./plugins
# Uncomment this for AMD GPU video acceleration
#VIDEO_ACCEL_DEVICE=/dev/dri/renderD128
LOG_MAX_SIZE=5m
LOG_MAX_FILE=5

View File

@ -19,6 +19,8 @@ services:
- "${VIDEOS_DIR}:/home/Shinobi/videos:rw"
- "${PLUGINS_DIR}:/home/Shinobi/plugins:rw"
- "/etc/localtime:/etc/localtime:ro"
devices:
- "${VIDEO_ACCEL_DEVICE:-/dev/null}:${VIDEO_ACCEL_DEVICE:-/dev/null}"
env_file: .env
restart: unless-stopped
logging: