mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-02 10:45:27 +08:00
docker-compose脚本优化,nacos采用mysql方式自动初始化配置
This commit is contained in:
@ -6,6 +6,8 @@ ENV TZ=Asia/Shanghai
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
COPY ./tables_nacos.sql /docker-entrypoint-initdb.d
|
||||
|
||||
COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
|
||||
|
||||
COPY ./tables_xxl_job.sql /docker-entrypoint-initdb.d
|
||||
262
jeecg-boot/db/tables_nacos.sql
Normal file
262
jeecg-boot/db/tables_nacos.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user