From 1bbf182b632121b1361bf5035f4172a572a7a54d Mon Sep 17 00:00:00 2001 From: Anfioo <3485977506@qq.com> Date: Sun, 1 Feb 2026 15:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=9F=E9=97=A8=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prod-env/docker-compose.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/prod-env/docker-compose.yml b/prod-env/docker-compose.yml index bb87e4f..9de595e 100644 --- a/prod-env/docker-compose.yml +++ b/prod-env/docker-compose.yml @@ -793,6 +793,33 @@ volumes: o: bind + backend-mall-logs: + driver: local + driver_opts: + type: none + device: ${VOLUMES_USE}/backend-mall-logs + o: bind + backend-mall-data: + driver: local + driver_opts: + type: none + device: ${DEPLOYMENT_USE}/resources/MicroCommunityMall + o: bind + + eass-report-logs: + driver: local + driver_opts: + type: none + device: ${VOLUMES_USE}/eass-report-logs + o: bind + eass-report-data: + driver: local + driver_opts: + type: none + device: ${DEPLOYMENT_USE}/resources/EassReport + o: bind + + networks: anfioonet: name: anfioonet