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:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:10
|
image: jellyfin/jellyfin:10
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: "2.0"
|
||||||
|
memory: 2G
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
|
|||||||
Reference in New Issue
Block a user