services: mtls-bridge: profiles: ["monitoring", "all", "mtls-bridge"] build: context: ${PROJECT_ROOT}/monitoring/mtls-bridge container_name: mtls-bridge restart: unless-stopped environment: - TARGET_URL=https://node-red.lan.ddnsgeek.com/docker-update-lockouts/clear - CLIENT_CERT=/certs/client.crt - CLIENT_KEY=/certs/client.key - CA_CERT=/certs/ca.crt - TIMEOUT=5 volumes: - ${PROJECT_ROOT}/core/traefik/certs:/certs:ro networks: - monitor - traefik