1 Star 0 Fork 0

in-way/配置文件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-mdm.yml 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
in-way 提交于 2023-12-20 07:49 . 设备智慧运营
version: '3'
services:
iot-management:
image: registry.harbor.com:444/release/soaiot-devbus:release-v1.0.5-arm64
container_name: iot-management
hostname: iot-management
restart: always
links:
- iot-mysql
networks:
- cps-network
# network_mode: bridge
ports:
- "8083:8080"
volumes:
- "/cps/data/devbus/app/iot-management/app:/usr/local/app"
- "/etc/localtime:/etc/localtime:ro"
iot-mysql:
image: mysql:5.7.40
container_name: iot-mysql
hostname: iot-mysql
restart: always
networks:
- cps-network
# network_mode: bridge
ports:
- "3307:3306"
volumes:
- "/cps/data/devbus/mysql/iot-management/db:/var/lib/mysql"
- "/cps/data/devbus/mysql/iot-management/init:/docker-entrypoint-initdb.d"
- "/cps/data/devbus/mysql/iot-management/etc:/etc/mysql"
- "/cps/data/devbus/mysql/iot-management/log:/var/log/mysql"
- "/etc/localtime:/etc/localtime:ro"
environment:
MYSQL_ROOT_PASSWORD: MNycVZ!8^7k^Da*g
MYSQL_ROOT_USERNAME: root
TZ: Asia/Shanghai
MYSQL_DATABASE: soa_iot_xinhuasan
command: [
'--lower_case_table_names=1',
'--default-authentication-plugin=mysql_native_password',
'--character-set-server=utf8mb4',
'--collation-server=utf8mb4_unicode_ci',
'--sql_mode=STRICT_TRANS_TABLES',
'--group_concat_max_len=4294967295'
]
networks:
cps-network:
external: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/in-way/configuration-file.git
git@gitee.com:in-way/configuration-file.git
in-way
configuration-file
配置文件
master

搜索帮助