mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-29 10:32:32 -04:00
Limit cpu usage
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user