modified: monitoring/mtls-bridge/docker-compose.yml
This commit is contained in:
@@ -7,12 +7,18 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TARGET_URL=https://node-red.lan.ddnsgeek.com/docker-update-lockouts/clear
|
- TARGET_URL=https://node-red.lan.ddnsgeek.com/docker-update-lockouts/clear
|
||||||
- CLIENT_CERT=/certs/client.crt
|
- CLIENT_CERT=/certs/clients/office-pc/office-pc.crt
|
||||||
- CLIENT_KEY=/certs/client.key
|
- CLIENT_KEY=/certs/clients/office-pc/office-pc.key
|
||||||
- CA_CERT=/certs/ca.crt
|
- CA_CERT=/certs/ca/clents-ca.crt
|
||||||
- TIMEOUT=5
|
- TIMEOUT=5
|
||||||
volumes:
|
volumes:
|
||||||
- ${PROJECT_ROOT}/core/traefik/certs:/certs:ro
|
- ${PROJECT_ROOT}/core/traefik/certs:/certs:ro
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8080/health', timeout=3).read()"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 3
|
||||||
|
start_period: 10s
|
||||||
networks:
|
networks:
|
||||||
- monitor
|
- monitor
|
||||||
- traefik
|
- traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user