fix: Jenkins修复6-移除tdengine服务依赖
This commit is contained in:
@@ -178,8 +178,6 @@ services:
|
||||
depends_on:
|
||||
viewsh-module-infra-server:
|
||||
condition: service_healthy
|
||||
tdengine:
|
||||
condition: service_healthy
|
||||
|
||||
viewsh-module-iot-gateway:
|
||||
image: ${REGISTRY_HOST:-localhost:5000}/viewsh-module-iot-gateway:${IMAGE_TAG:-latest}
|
||||
@@ -219,21 +217,3 @@ services:
|
||||
viewsh-module-iot-server:
|
||||
condition: service_healthy
|
||||
|
||||
tdengine:
|
||||
image: tdengine/tdengine:3.0.1.4
|
||||
container_name: aiot-tdengine
|
||||
restart: always
|
||||
network_mode: host
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
TAOS_FIRST_EP: "172.17.16.14:6030"
|
||||
TAOS_FQDN: "172.17.16.14"
|
||||
volumes:
|
||||
- ./tdengine/data:/var/lib/taos
|
||||
- ./tdengine/log:/var/log/taos
|
||||
healthcheck:
|
||||
test: ["CMD", "taos", "-s", "show dnodes"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 12
|
||||
start_period: 30s
|
||||
|
||||
Reference in New Issue
Block a user