Commit 020bb565 authored by 吴文龙's avatar 吴文龙

增加报表部署

parent 01ca0f31
......@@ -18,7 +18,7 @@ services:
MYSQL_PASSWORD: huansi.net # 新用户的密码
TZ: Asia/Shanghai
ports:
- 3309:3306
- 3306:3306
volumes:
- ./mysql/data:/var/lib/mysql
- ./mysql/conf:/etc/mysql/conf.d
......@@ -70,4 +70,13 @@ services:
- REDIS_PORT=6379
- HS_GAODE_KEY=2505c76db7cb1455c89b7233f65638ba
depends_on:
- iot-dbapi
\ No newline at end of file
- iot-dbapi
dashboard:
image: 47.110.145.204:8084/huansiyl/iot-v3/iot-table:latest
restart: always
ports:
- "8888:80"
depends_on:
- iot-dbapi
- iot-interface
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment