Fix mtls-bridge CA path and reduce healthcheck log noise

This commit is contained in:
beatz174-bit
2026-04-13 13:58:05 +10:00
parent 649965e97a
commit a29fcc85d0
2 changed files with 58 additions and 5 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ services:
- TARGET_URL=https://node-red.lan.ddnsgeek.com/docker-update-lockouts/clear
- CLIENT_CERT=/certs/clients/office-pc/office-pc.crt
- CLIENT_KEY=/certs/clients/office-pc/office-pc.key
- CA_CERT=/certs/ca/clents-ca.crt
- CA_CERT=/certs/ca/clients-ca.crt
- TIMEOUT=5
- LOG_LEVEL=${MTLS_BRIDGE_LOG_LEVEL:-INFO}
volumes:
- ${PROJECT_ROOT}/core/traefik/certs:/certs:ro
healthcheck: