mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
23a5da8dc6
Add mTLS docker-compose example
13 lines
284 B
YAML
13 lines
284 B
YAML
endpoints:
|
|
- name: example
|
|
url: https://nginx
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
client:
|
|
# mtls
|
|
insecure: true
|
|
tls:
|
|
certificate-file: /certs/client.crt
|
|
private-key-file: /certs/client.key
|
|
renegotiation: once |