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