From 7588c678e2e3cf431a106ec081d4a4ed064efc0c Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Tue, 23 Apr 2024 20:38:10 +0800 Subject: [PATCH] Update production.yml to comment out mqttx-web service --- production.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/production.yml b/production.yml index bec0b1a..d403ac4 100644 --- a/production.yml +++ b/production.yml @@ -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}