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 - net
- default - default
mqttx-web: # mqttx-web:
image: emqx/mqttx-web:latest # image: emqx/mqttx-web:latest
container_name: mqttx_web # container_name: mqttx_web
restart: unless-stopped # restart: unless-stopped
expose: # expose:
- 80 # - 80
networks: # networks:
- net # - net
- default # - default
heynote-app: heynote-app:
image: furyhawk/heynote:${HEYNOTETAG:-latest} image: furyhawk/heynote:${HEYNOTETAG:-latest}