Add internal mTLS bridge service for monitoring stack
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user