Refactor container names and remove unused services in deploy-emqx.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user