瀏覽代碼

:whale: Work about Docker. 完善脚本

冷冷 6 年之前
父節點
當前提交
23dbd28d4c
共有 2 個文件被更改,包括 1 次插入17 次删除
  1. 1 1
      doc/db/1schema.sql
  2. 0 16
      docker-compose.yml

+ 1 - 1
doc/db/1schema.sql

@@ -2,4 +2,4 @@
 create database `pigxx` default character set utf8mb4 collate utf8mb4_general_ci;
 
 -- pigx 工作流相关库
-create database `pigxx_acl` default character set utf8mb4 collate utf8mb4_general_ci;
+create database `pigxx_ac` default character set utf8mb4 collate utf8mb4_general_ci;

+ 0 - 16
docker-compose.yml

@@ -46,8 +46,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-gateway/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     container_name: pigx-gateway
     image: pigx-gateway
@@ -58,8 +56,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-auth/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     container_name: pigx-auth
     image: pigx-auth
@@ -68,8 +64,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-upms/pigx-upms-biz/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     container_name: pigx-upms
     image: pigx-upms
@@ -78,8 +72,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-visual/pigx-monitor/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     image: pigx-monitor
     container_name: pigx-monitor
@@ -90,8 +82,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-visual/pigx-daemon/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     image: pigx-daemon
     container_name: pigx-daemon
@@ -102,8 +92,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-visual/pigx-codegen/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     image: pigx-codegen
     container_name: pigx-codegen
@@ -113,8 +101,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-visual/pigx-activiti/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     image: pigx-activiti
     container_name: pigx-activiti
@@ -123,8 +109,6 @@ services:
     build:
       context: ./
       dockerfile: ./pigx-visual/pigx-tx-manager/Dockerfile
-    depends_on:
-      - pigx-config
     restart: always
     image: pigx-tx-manager
     container_name: pigx-tx-manager