Add Docker configs
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user