From 88d3d827caab97ad6c0c4b52d0a999540079b68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Thu, 18 Jun 2026 12:33:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docker-compose=20=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E9=99=90=E5=88=B6=20+=20=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=20+=20=E6=97=A5=E5=BF=97=E8=BD=AE=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mem_limit: 64m, mem_reservation: 32m - cpus: 0.5 (N100 4核不缺) - healthcheck: wget 每60s探测 - logging: 10m/3文件 Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62a7bab..a6d9dac 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ *.iml node_modules/ dist/ +*.tar.gz