Update production.yml to comment out mqttx-web service
This commit is contained in:
+9
-9
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user