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