代码拉取完成,页面将自动刷新
version: '3.7'
services:
iot-mysql:
build:
context: ./db
environment:
MYSQL_ROOT_HOST: "%"
MYSQL_ROOT_PASSWORD: root
restart: always
container_name: iot-mysql
image: iot-mysql
ports:
- 3306:3306
volumes:
- /home/mysql/data:/var/lib/mysql
- /home/mysql/file:/var/lib/mysql-files
- /home/mysql/conf/my.cnf:/etc/mysql/my.cnf
command: --lower_case_table_names=1
networks:
- spring_cloud_default
iot-redis:
image: redis:7.0.0
ports:
- 6379:6379
restart: always
container_name: iot-redis
hostname: iot-redis
networks:
- spring_cloud_default
iot-tdengine:
image: tdengine/tdengine:latest
ports:
- 6030:6030
restart: always
container_name: iot-tdengine
hostname: iot-tdengine
volumes:
- /home/taos/dnode/data:/var/lib/taos
- /data/taos/dnode/log:/var/log/taos
networks:
- spring_cloud_default
iot-register:
build:
context: ./iot-register
restart: always
ports:
- 8848:8848
- 9848:9848
container_name: iot-register
hostname: iot-register
image: iot-register
networks:
- spring_cloud_default
iot-gateway:
build:
context: ./iot-gateway
restart: always
ports:
- 9999:9999
container_name: iot-gateway
hostname: iot-gateway
image: iot-gateway
networks:
- spring_cloud_default
iot-auth:
build:
context: ./iot-auth
restart: always
container_name: iot-auth
hostname: iot-auth
image: iot-auth
networks:
- spring_cloud_default
iot-upms:
build:
context: ./iot-upms/iot-upms-biz
restart: always
container_name: iot-upms
hostname: iot-upms
image: iot-upms
networks:
- spring_cloud_default
iot-monitor:
build:
context: ./iot-visual/iot-monitor
restart: always
ports:
- 5001:5001
container_name: iot-monitor
hostname: iot-monitor
image: iot-monitor
networks:
- spring_cloud_default
iot-codegen:
build:
context: ./iot-visual/iot-codegen
restart: always
container_name: iot-codegen
hostname: iot-codegen
image: iot-codegen
networks:
- spring_cloud_default
iot-quartz:
build:
context: ./iot-visual/iot-quartz
restart: always
image: iot-quartz
container_name: iot-quartz
networks:
- spring_cloud_default
networks:
spring_cloud_default:
name: spring_cloud_default
driver: bridge
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。