完善dockerfile构建镜像

This commit is contained in:
dushixiang
2020-12-24 23:21:51 +08:00
parent 348074670e
commit 72f7dd5dc6
36 changed files with 369 additions and 277 deletions

8
config.yml Normal file
View File

@ -0,0 +1,8 @@
mysql:
hostname: 127.0.0.1
port: 3306
username: root
password: root
database: next_terminal
server:
addr: 0.0.0.0:8088