mqtt/sec/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-10 17:17:46 +00:00
parent facd152783
commit a09564cab4

View File

@@ -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