refactor(activemq): 统一命名并添加网络配置
This commit is contained in:
parent
f882f7fe7e
commit
bb99828061
|
@ -1,4 +1,3 @@
|
||||||
version: '3.8' # 你可以根据需要使用不同的版本
|
|
||||||
services:
|
services:
|
||||||
activeMQ:
|
activeMQ:
|
||||||
image: apache/activemq-classic
|
image: apache/activemq-classic
|
||||||
|
@ -6,4 +5,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:61616"
|
- "${PANEL_APP_PORT_HTTP}:61616"
|
||||||
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
|
@ -1,11 +1,11 @@
|
||||||
name: ActiveMQ
|
name: activeMQ
|
||||||
tags:
|
tags:
|
||||||
- 中间件
|
- 中间件
|
||||||
title: 动态服务发现、配置管理和服务管理平台
|
title: 动态服务发现、配置管理和服务管理平台
|
||||||
description: 动态服务发现、配置管理和服务管理平台
|
description: 动态服务发现、配置管理和服务管理平台
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: ActiveMQ
|
key: activeMQ
|
||||||
name: ActiveMQ
|
name: activeMQ
|
||||||
tags:
|
tags:
|
||||||
- Middleware
|
- Middleware
|
||||||
shortDescZh: 动态服务发现、配置管理和服务管理平台
|
shortDescZh: 动态服务发现、配置管理和服务管理平台
|
||||||
|
|
Loading…
Reference in New Issue