Add backward-compatible CA_CERT alias to prevent startup NameError

This commit is contained in:
beatz174-bit
2026-04-13 15:01:29 +10:00
parent 649965e97a
commit 8224009aa6
2 changed files with 101 additions and 9 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
- TIMEOUT=5
- LOG_LEVEL=${MTLS_BRIDGE_LOG_LEVEL:-INFO}
- UPSTREAM_CA_CERT=${MTLS_BRIDGE_UPSTREAM_CA_CERT:-}
volumes:
- ${PROJECT_ROOT}/core/traefik/certs:/certs:ro
healthcheck: