13 lines
319 B
YAML
13 lines
319 B
YAML
services:
|
|
ctlog-uptime-exporter:
|
|
build: .
|
|
image: git.ipng.ch/ipng/ctlog-uptime-exporter:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9781:9781"
|
|
environment:
|
|
LISTEN: ":9781"
|
|
URL: "https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv"
|
|
INTERVAL: "25m"
|
|
JITTER: "5m"
|