mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Update production.yml to comment out mqttx-web service
This commit is contained in:
+9
-9
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user