docker-compose脚本优化,nacos采用mysql方式自动初始化配置

This commit is contained in:
zhangdaiscott
2021-03-03 15:58:38 +08:00
parent 0fa8425382
commit afbc338605
5 changed files with 290 additions and 11 deletions

View File

@ -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

File diff suppressed because one or more lines are too long