diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-05 10:52:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-05 14:41:55 +0530 |
| commit | eca86870bf10c064a9f561249491f03c6e750a86 (patch) | |
| tree | 95676411d6f95babd1fdf5231c6fecc44f94cab9 /docker-compose.yml | |
| parent | 2cd9a4039c0c5f524df0a33605c9baef1f57917e (diff) | |
| download | bacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.tar.gz bacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.zip | |
Add fork/set-description git commands + optimizations
Diffstat (limited to '')
| -rw-r--r-- | docker-compose.yml | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
