当前位置:网站首页>[untitled]
[untitled]
2022-04-22 10:10:00 【Amir_ Navigation】
version: "3"
services:
db:
image: mysql:5.7
container_name: aiot-mysql
ports:
- "3306:3306"
volumes:
- /opt/mysql/conf:/etc/mysql/conf.d
- /opt/mysql/logs:/logs
- /opt/mysql/data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: 123456
restart: always
redis:
image: redis:6.2.6
container_name: aiot-redis
ports:
- "6379:6379"
restart: always
volumes:
- /opt/redis/data:/data
emqx:
image: "emqx:4.4.2"
container_name: "emqx-4.4.2"
environment:
- EMQX_LOADED_PLUGINS="emqx_management,emqx_auth_http,emqx_dashboard"
- EMQX_DASHBOARD__DEFAULT_USER__LOGIN=root
- EMQX_DASHBOARD__DEFAULT_USER__PASSWORD=123456
- EMQX_NODE__MAX_PORTS=65535
- EMQX_MQTT__MAX_PACKET_SIZE=16MB
ports:
- 18083:18083
- 1883:1883
- 8080:8081
- 8883:8883
volumes:
- ./logs:/opt/emqx/log
- /etc/localtime:/etc/localtime
restart: always
版权声明
本文为[Amir_ Navigation]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221000320759.html
边栏推荐
- Implementation and analysis of watchablestore in etcd
- VLAN - virtual LAN overview
- The root cause of Android's security vulnerability is Apple's lossless audio codec
- openEuler Kernel 技术解读 | 内核中断子系统介绍
- 自学编程千万别再傻傻地读理论书,程序员:这都是别人玩剩下的
- linux7静默安装oracle12c报错[FATAL] [INS-35344]The value is not specified
- Usage of stringstream
- Cross platform compilation
- SQL 表达式
- Can Siemens PLC realize wireless communication through Ethernet data module?
猜你喜欢

Softing datafeed OPC Suite: empowering industrial equipment to connect to the Internet of things

5. Embedded controller (EC) learns PS / 2 protocol

云原生爱好者周刊:寻找 Netlify 开源替代品
![[QT notes] use qpainter to draw various basic graphics](/img/7a/78e96d8689582d145586a4da3d3bb0.png)
[QT notes] use qpainter to draw various basic graphics

dataguard (ADG)备库移动(迁移)数据文件

JWT源码浅析(四层封装,有示意图)

最通俗易懂的依赖注入之服务容器与作用域

Matplotlib tutorial 04 --- drawing commonly used graphics
![[go] program flow control](/img/57/ef534941b60f85593c395fe1c10fb9.png)
[go] program flow control

头条面试居然跟我扯了半小时的Semaphore
随机推荐
Nacos
linux7静默安装oracle11g
内存管理-
天梯22模拟 L3-2 拼题A打卡奖励 (30 分)
Implementation and analysis of watchablestore in etcd
SQL 表达式
JS clich é about this, constructor, prototype
How to select Bi tools? These three questions are the key
IOS development - Database - Introduction to basic knowledge (01)
Da14580ble light LED
Depth first search (I): middle order traversal of binary tree (force buckle)
【QT小记】使用QPainter绘制各种基本图形
分表和分区的区别
Transform based deep learning target detection (Detr model)
Linux 7 silent installation of Oracle 11g
Zhongshanghui ⺠ evolution of trading platform architecture: response to Apache shardingsphere
Development of esp-01s in Arduino (1)
SQL relational database management system
SQL operator
DPU 芯片头部企业云豹智能加入 openEuler社区,为数字中国基础设施助力