Skip to content
Snippets Groups Projects
Commit c293aca8 authored by michael.minelli's avatar michael.minelli
Browse files

Compose => Limit CPU usage of API to 3/4 cores

parent fccf7739
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ services:
dojo-api:
container_name: dojo-api
deploy:
resources:
limits:
cpus: '3.0'
build:
context: ./API/
dockerfile: Dockerfile_ExpressAPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment