version9
1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user