⚡ 调整 kuboard k8s 脚本
This commit is contained in:
parent
33e7215d2c
commit
e3d4d77dbb
|
|
@ -1,8 +0,0 @@
|
||||||
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
|
|
||||||
EXPOSE 3306
|
|
||||||
8
script/kuboard/saber-db/Dockerfile
Normal file
8
script/kuboard/saber-db/Dockerfile
Normal file
|
|
@ -0,0 +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
|
||||||
|
EXPOSE 3306
|
||||||
Loading…
Reference in New Issue
Block a user