Update production.yml to comment out mqttx-web service

This commit is contained in:
2024-04-23 20:38:10 +08:00
parent 583220b539
commit 7588c678e2
+9 -9
View File
@@ -33,15 +33,15 @@ services:
- net
- default
mqttx-web:
image: emqx/mqttx-web:latest
container_name: mqttx_web
restart: unless-stopped
expose:
- 80
networks:
- net
- default
# mqttx-web:
# image: emqx/mqttx-web:latest
# container_name: mqttx_web
# restart: unless-stopped
# expose:
# - 80
# networks:
# - net
# - default
heynote-app:
image: furyhawk/heynote:${HEYNOTETAG:-latest}