Refactor container names and remove unused services in deploy-emqx.yml

This commit is contained in:
2024-05-30 19:56:37 +08:00
parent 3ddbbbb255
commit cd14a1ce23
-2
View File
@@ -9,7 +9,6 @@ volumes:
services: services:
emqx1: emqx1:
image: emqx:latest image: emqx:latest
container_name: emqx1
# environment: # environment:
# - "EMQX_NODE_NAME=emqx@node1.emqx.io" # - "EMQX_NODE_NAME=emqx@node1.emqx.io"
# - "EMQX_CLUSTER__DISCOVERY_STRATEGY=static" # - "EMQX_CLUSTER__DISCOVERY_STRATEGY=static"
@@ -62,7 +61,6 @@ services:
mqttx-web: mqttx-web:
image: emqx/mqttx-web:latest image: emqx/mqttx-web:latest
container_name: mqttx_web
restart: unless-stopped restart: unless-stopped
networks: networks:
- net - net