This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 092aa56b313f88f08da7d43bc50730c1e7bc21ca Author: Benjamin <poussin@codelutin.com> Date: Tue Aug 18 17:55:53 2020 +0200 modification resource memoire pour bow --- docker/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 6b0c10f..c949cdd 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -32,7 +32,6 @@ services: placement: constraints: - node.labels.function==saas - - node.labels.hosttype==s1-8 resources: # limits: # cpus: '0.60' @@ -72,7 +71,7 @@ services: # memory: 200M reservations: cpus: '0.02' - memory: 60M + memory: 13M labels: - traefik.enable=true - traefik.http.routers.bow.rule=Host(`bookmarks.cl`) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.