疯狂的狮子Li
2025-01-20 3c8d864b5f68af5167199e0d5c9ff6c0c5852638
script/docker/database.yml
@@ -1,5 +1,3 @@
version: '3'
services:
  # 此镜像仅用于测试 正式环境需自行安装数据库
  # SID: XE user: system password: oracle
@@ -16,7 +14,7 @@
    volumes:
      # 数据挂载
      - "/docker/oracle/data:/u01/app/oracle"
    restart: always
    network_mode: "host"
  # 此镜像仅用于测试 正式环境需自行安装数据库
  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"