mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Limit cpu usage
This commit is contained in:
parent
556b2a2317
commit
0e71242fd3
@ -57,6 +57,7 @@ services:
|
||||
ports:
|
||||
- "7666:7666"
|
||||
restart: on-failure
|
||||
cpus: 0.2
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
back:
|
||||
image: zoriya/kyoo_back:edge
|
||||
restart: unless-stopped
|
||||
cpus: 0.8
|
||||
env_file:
|
||||
- ./.env
|
||||
depends_on:
|
||||
@ -35,6 +36,7 @@ services:
|
||||
transcoder:
|
||||
image: zoriya/kyoo_transcoder:edge
|
||||
restart: unless-stopped
|
||||
cpus: 0.8
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user