⚡ 调整 kuboard k8s 脚本
This commit is contained in:
parent
e3d4d77dbb
commit
9132b11bac
|
|
@ -1,8 +1,8 @@
|
|||
FROM mysql:5.7.26
|
||||
ADD my.cnf /etc/mysql/conf.d/my.cnf
|
||||
COPY ../../../doc/sql/blade/blade-saber-mysql.sql /docker-entrypoint-initdb.d/blade-saber-mysql.sql
|
||||
# COPY ../../../doc/sql/blade/blade-sword-mysql.sql /docker-entrypoint-initdb.d/blade-sword-mysql.sql
|
||||
# COPY ../../../doc/sql/seata/seata_order.sql /docker-entrypoint-initdb.d/seata_order.sql
|
||||
# COPY ../../../doc/sql/seata/seata_storage.sql /docker-entrypoint-initdb.d/seata_storage.sql
|
||||
# COPY ../../../doc/sql/seata/seata.sql /docker-entrypoint-initdb.d/seata.sql
|
||||
COPY blade-saber-mysql.sql /docker-entrypoint-initdb.d/blade-saber-mysql.sql
|
||||
# COPY blade-sword-mysql.sql /docker-entrypoint-initdb.d/blade-sword-mysql.sql
|
||||
# COPY seata_order.sql /docker-entrypoint-initdb.d/seata_order.sql
|
||||
# COPY seata_storage.sql /docker-entrypoint-initdb.d/seata_storage.sql
|
||||
# COPY seata.sql /docker-entrypoint-initdb.d/seata.sql
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
528
script/kuboard/saber-db/blade-saber-mysql.sql
Normal file
528
script/kuboard/saber-db/blade-saber-mysql.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user