refactor(activemq): 统一命名并添加网络配置

This commit is contained in:
brightching 2024-11-15 16:13:04 +08:00
parent f882f7fe7e
commit bb99828061
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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: 动态服务发现、配置管理和服务管理平台