From eca86870bf10c064a9f561249491f03c6e750a86 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 10:52:25 +0530 Subject: Add fork/set-description git commands + optimizations --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 33051ad..8f1eff2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,12 @@ services: - LETSENCRYPT_HOST=git.ediblemonad.dev - DHPARAM_GENERATION=false - USE_CUSTOM_CONFIG=true - - GIT_REPOS_ROOT=${GIT_REPOS_ROOT:-/git} + deploy: + resources: + limits: + cpus: '0.5' + reservations: + cpus: '0.2' volumes: - cgit-cache:/var/cache/cgit - ${GIT_REPOS_ROOT:-/git}:/srv/git:ro -- cgit v1.3.1