mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
Set CPU and memory limits for Jellyfin
Added resource limits for Jellyfin service.
This commit is contained in:
@@ -2,6 +2,11 @@ version: "3.8"
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "2.0"
|
||||
memory: 2G
|
||||
volumes:
|
||||
- config:/config
|
||||
- cache:/cache
|
||||
|
||||
Reference in New Issue
Block a user