mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
h5 动态表单,支持多租户
This commit is contained in:
parent
37979ffb73
commit
28efb62743
@ -16,7 +16,6 @@ services:
|
||||
volumes:
|
||||
# 数据挂载
|
||||
- "/docker/oracle/data:/u01/app/oracle"
|
||||
network_mode: "host"
|
||||
|
||||
# 此镜像仅用于测试 正式环境需自行安装数据库
|
||||
sqlserver:
|
||||
@ -32,7 +31,6 @@ services:
|
||||
volumes:
|
||||
# 数据挂载
|
||||
- "/docker/sqlserver/data:/var/opt/mssql"
|
||||
network_mode: "host"
|
||||
|
||||
postgres:
|
||||
image: postgres:14.2
|
||||
@ -45,7 +43,6 @@ services:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- /docker/postgres/data:/var/lib/postgresql/data
|
||||
network_mode: "host"
|
||||
|
||||
postgres16:
|
||||
image: postgres:16.1
|
||||
@ -58,4 +55,3 @@ services:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- "/D/Program Files/docker/path/pg16:/var/lib/postgresql/data"
|
||||
network_mode: "host"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user