modified: monitoring/mtls-bridge/docker-compose.yml

modified:   monitoring/node-red/data/update-events.ndjson
	modified:   update-containers.log
This commit is contained in:
git
2026-04-14 09:34:12 +10:00
parent 85cf56fcaf
commit f08a567933
3 changed files with 26 additions and 13 deletions
@@ -4,6 +4,7 @@ services:
build:
context: ${PROJECT_ROOT}/monitoring/mtls-bridge
container_name: mtls-bridge
hostname: mtls-bridge.lan.ddnsgeek.com
restart: unless-stopped
environment:
- TARGET_URL=${MTLS_BRIDGE_TARGET_URL}
@@ -22,6 +23,7 @@ services:
- "io.portainer.accesscontrol.public"
# - "traefik.http.routers.searxng.middlewares=crowdsec@file,secHeaders@file,error-pages-middleware"
- "traefik.http.services.mtls-bridge.loadbalancer.server.port=8080"
- "traefik.docker.network=core_traefik"
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8080/health', timeout=3).read()"]
interval: 30s