uptime-monitor

This commit is contained in:
Paul Moeller-Friedrich
2026-08-20 08:23:32 +02:00
parent 510f6ad5b9
commit 8dcea2e0e6
12 changed files with 621 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
uptime-monitor:
build: .
image: uptime-monitor:latest
container_name: uptime-monitor
restart: unless-stopped
volumes:
- ./config.yaml:/config/config.yaml:ro
# No network wiring to InfluxDB is needed here — config.yaml's
# influx.url just needs to be reachable (hostname/IP + port) from
# this container, e.g. because it's exposed on the host/LAN already.