From 2c6733d1ea045a3801fb65455243f1da47f51a2e Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Fri, 4 Jul 2025 18:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20ruoyi-modules/Property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-modules/Property/docker-compose.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ruoyi-modules/Property/docker-compose.yml diff --git a/ruoyi-modules/Property/docker-compose.yml b/ruoyi-modules/Property/docker-compose.yml new file mode 100644 index 0000000..be2f90a --- /dev/null +++ b/ruoyi-modules/Property/docker-compose.yml @@ -0,0 +1,21 @@ +services: + ruoyi-system: +# image: ruoyi/Property:2.4.0 + build: + context: . + dockerfile: Dockerfile + container_name: Property + environment: + # 时区上海 + TZ: Asia/Shanghai + ports: + - "10001:10001" + volumes: + # 配置文件 + - /docker/Property/logs/:/ruoyi/Property/logs + # skywalking 探针 + - /docker/skywalking/agent/:/ruoyi/skywalking/agent + privileged: true + network_mode: "host" + +