That looks really nice! I haven't spent much time with split keyboards, particularly the extreme ergo things like that but I am very tempted!
services:
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:latest
pull_policy: always
user: "1007:1003" # jellyfin / jellyfin
group_add:
- "44" # video
- "992" # render
network_mode: bridge
ports:
- 8096:8096
- 8920:8920
volumes:
[ ... config, cache, and content ... ]
devices:
- /dev/dri:/dev/dri