1
This commit is contained in:
Anfioo
2025-12-18 17:45:17 +08:00
parent 0781a43fc8
commit 080084b356

View File

@@ -113,6 +113,7 @@ services:
# mqtt 配置
mqtt:
user: root
image: eclipse-mosquitto:2.0
container_name: mqtt
restart: unless-stopped
@@ -359,6 +360,7 @@ services:
micro-community-web:
user: root
build:
context: ../resources/Web/MicroCommunityWeb
dockerfile: Dockerfile
@@ -388,6 +390,7 @@ services:
max-file: "3"
micro-community-iot-web:
user: root
build:
context: ../resources/Web/MicroCommunityIotWeb
dockerfile: Dockerfile
@@ -417,6 +420,7 @@ services:
wechat-owner-service-web:
user: root
build:
context: ../resources/Web/WechatOwnerService
dockerfile: Dockerfile
@@ -446,6 +450,7 @@ services:
property-app-web:
user: root
build:
context: ../resources/Web/PropertyApp
dockerfile: Dockerfile