build docker 构建镜像相关配置, all on one相关配置优化

This commit is contained in:
DaxPay
2024-12-06 16:46:27 +08:00
parent 31b50869b2
commit a48e37c7b7
12 changed files with 129 additions and 79 deletions

View File

@@ -1532,8 +1532,8 @@ CREATE TABLE `starter_file_platform` (
-- ----------------------------
-- Records of starter_file_platform
-- ----------------------------
INSERT INTO `starter_file_platform` VALUES (1000, 'local', '本地存储', 'http://127.0.0.1:9999', 0, 1811365615815487488, '2024-08-13 12:32:37', 1811365615815487488, '2024-10-06 17:17:39', 0);
INSERT INTO `starter_file_platform` VALUES (2000, 'minio', 'minio存储', 'http://127.0.0.1:9002/daxpay', 1, 1811365615815487488, '2024-08-13 12:32:40', 1811365615815487488, '2024-10-06 17:17:39', 3);
INSERT INTO `starter_file_platform` VALUES (1000, 'local', '本地存储', 'http://127.0.0.1:9999/storage', 1, 1811365615815487488, '2024-08-13 12:32:37', 1811365615815487488, '2024-10-06 17:17:39', 0);
INSERT INTO `starter_file_platform` VALUES (2000, 'minio', 'minio存储', 'http://127.0.0.1:9002/daxpay', 0, 1811365615815487488, '2024-08-13 12:32:40', 1811365615815487488, '2024-10-06 17:17:39', 3);
-- ----------------------------
-- Table structure for starter_file_upload_info