From e8ed6320e9bd2e633a52e81cead9571a67d9af3b Mon Sep 17 00:00:00 2001 From: FHU-yezi Date: Sat, 2 Nov 2024 21:34:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=20Docker=20Compose=20=E6=96=87=E4=BB=B6=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f8aad1b..4ab4c63 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,8 @@ services: environment: - PYTHONUNBUFFERED=1 - PREFECT_API_URL=http://prefect:4200/api - deploy: resources: + deploy: + resources: limits: memory: 1G restart_policy: