Add Docker configs

This commit is contained in:
2026-03-25 00:09:17 +01:00
parent 810d158ffe
commit b06ab3d4dd
3 changed files with 48 additions and 4 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
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"