Files
uptime-monitor/docker-compose.yml
T
2026-08-20 08:23:32 +02:00

12 lines
407 B
YAML

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.