|
|
|
@ -58,6 +58,20 @@ services: |
|
|
|
|
- ./oracle/1_create_user.sql:/docker-entrypoint-initdb.d/1_create_user.sql:ro |
|
|
|
|
- ./oracle/2_create_schema.sh:/docker-entrypoint-initdb.d/2_create_schema.sh:ro |
|
|
|
|
|
|
|
|
|
oracle_m1: |
|
|
|
|
image: einslib/oracle-19c:19.3.0-ee-slim-faststart |
|
|
|
|
restart: unless-stopped |
|
|
|
|
environment: |
|
|
|
|
## 登录信息 SID: FREE user: system password: oracle |
|
|
|
|
ORACLE_PASSWORD: oracle |
|
|
|
|
ports: |
|
|
|
|
- "1521:1521" |
|
|
|
|
volumes: |
|
|
|
|
- ../oracle/ruoyi-vue-pro.sql:/tmp/schema.sql:ro |
|
|
|
|
# 创建app用户: ROOT/123456@//localhost/XEPDB1 |
|
|
|
|
- ./oracle/1_create_user.sql:/docker-entrypoint-initdb.d/1_create_user.sql:ro |
|
|
|
|
- ./oracle/2_create_schema.sh:/docker-entrypoint-initdb.d/2_create_schema.sh:ro |
|
|
|
|
|
|
|
|
|
sqlserver: |
|
|
|
|
image: mcr.microsoft.com/mssql/server:2017-latest |
|
|
|
|
restart: unless-stopped |
|
|
|
|