优化函数测试接口,实现设备端物模型解析函数构建
This commit is contained in:
parent
f9ce67e98f
commit
d76c18a1cf
@ -27,6 +27,11 @@ services:
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 60s
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: "3"
|
||||
|
||||
bookie:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/pulsar:4.1.1
|
||||
@ -65,6 +70,11 @@ services:
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 60s
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "3"
|
||||
|
||||
broker:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/pulsar:4.1.1
|
||||
@ -135,6 +145,11 @@ services:
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 60s
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "3"
|
||||
|
||||
iotdb-standalone-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/iotdb:2.0.5-standalone
|
||||
@ -168,6 +183,11 @@ services:
|
||||
- ./iotdb/logs:/iotdb/logs
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "500m"
|
||||
max-file: "5"
|
||||
|
||||
redis-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/redis:8.0.2-alpine3.21
|
||||
@ -189,6 +209,11 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: "3"
|
||||
|
||||
mysql-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/mysql:8.4.6
|
||||
@ -218,6 +243,11 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
|
||||
admin-api-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1119.1155
|
||||
@ -248,6 +278,11 @@ services:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
|
||||
admin-web-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949
|
||||
@ -268,6 +303,11 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "20m"
|
||||
max-file: "2"
|
||||
|
||||
networks:
|
||||
pulsar-net:
|
||||
|
||||
@ -31,6 +31,11 @@ services:
|
||||
- ./iotdb/logs:/iotdb/logs
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "200m"
|
||||
max-file: "5"
|
||||
|
||||
redis-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/redis:8.0.2-alpine3.21
|
||||
@ -52,6 +57,11 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "50m"
|
||||
max-file: "3"
|
||||
|
||||
mysql-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/mysql:8.4.6
|
||||
@ -81,6 +91,11 @@ services:
|
||||
tty: true
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
|
||||
admin-api-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.admin:2025.1119.1155
|
||||
@ -107,6 +122,11 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
|
||||
admin-web-service:
|
||||
image: registry.cn-qingdao.aliyuncs.com/jisheyun/jishe.iot.ui:2025.1030.0949
|
||||
@ -127,6 +147,11 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- pulsar-net
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "20m"
|
||||
max-file: "2"
|
||||
|
||||
networks:
|
||||
pulsar-net:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user