mqtt/sec/docker-compose.yml aktualisiert
This commit is contained in:
@@ -20,11 +20,4 @@ services:
|
|||||||
- "${MQTT_TLS_PORT:-8883}:8883"
|
- "${MQTT_TLS_PORT:-8883}:8883"
|
||||||
|
|
||||||
dns:
|
dns:
|
||||||
- ${DNS_SERVER}
|
- ${DNS_SERVER}
|
||||||
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "mosquitto_sub", "-h", "localhost", "-p", "${MQTT_TLS_PORT:-8883}", "-t", "healthcheck", "-C", "1", "--cafile", "/mosquitto/tls/ca.crt", "--insecure"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
start_period: 20s
|
|
||||||
Reference in New Issue
Block a user