From 93a05e8cf24abf1959a4e1a60b261083a884ac17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=D0=BD=D0=BE=D0=B2=20=D0=90=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=B5=D0=B9?= Date: Fri, 10 Jan 2025 16:41:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B0=D0=B2=D0=B8=D0=BC=20=D0=BB?= =?UTF-8?q?=D0=B8=D0=BC=D0=B8=D1=82=D1=8B=20=D1=81=D1=82=D0=B5=D0=BD=D0=B4?= =?UTF-8?q?=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 7c43ef1..d67cfba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: restart: unless-stopped deploy: replicas: 3 + resources: + limits: + memory: 10G configs: - source: app_config target: /data/application.yaml