From eafecc3ac0227960f2b8fa377be27f066e10e50f Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 20 五月 2025 10:47:58 +0800
Subject: [PATCH] perf(lb-qms): 优化查询功能和时间范围筛选

---
 script/docker/database.yml |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/script/docker/database.yml b/script/docker/database.yml
index 7a70b31..6034b39 100644
--- a/script/docker/database.yml
+++ b/script/docker/database.yml
@@ -1,5 +1,3 @@
-version: '3'
-
 services:
   # 姝ら暅鍍忎粎鐢ㄤ簬娴嬭瘯 姝e紡鐜闇�鑷瀹夎鏁版嵁搴�
   # SID: XE user: system password: oracle
@@ -16,7 +14,7 @@
     volumes:
       # 鏁版嵁鎸傝浇
       - "/docker/oracle/data:/u01/app/oracle"
-    restart: always
+    network_mode: "host"
 
   # 姝ら暅鍍忎粎鐢ㄤ簬娴嬭瘯 姝e紡鐜闇�鑷瀹夎鏁版嵁搴�
   sqlserver:
@@ -32,7 +30,7 @@
     volumes:
       # 鏁版嵁鎸傝浇
       - "/docker/sqlserver/data:/var/opt/mssql"
-    restart: always
+    network_mode: "host"
 
   postgres:
     image: postgres:14.2
@@ -45,7 +43,7 @@
       - "5432:5432"
     volumes:
       - /docker/postgres/data:/var/lib/postgresql/data
-    restart: always
+    network_mode: "host"
 
   postgres13:
     image: postgres:13.6
@@ -58,4 +56,4 @@
       - "5433:5432"
     volumes:
       - /docker/postgres13/data:/var/lib/postgresql/data
-    restart: always
+    network_mode: "host"

--
Gitblit v1.9.3