Ставим лимиты стендам

This commit is contained in:
Постнов Андрей 2025-01-10 16:41:08 +00:00
parent 2523ef6395
commit 93a05e8cf2

View File

@ -5,6 +5,9 @@ services:
restart: unless-stopped restart: unless-stopped
deploy: deploy:
replicas: 3 replicas: 3
resources:
limits:
memory: 10G
configs: configs:
- source: app_config - source: app_config
target: /data/application.yaml target: /data/application.yaml