icinga installed & removed grafan/prometheus
This commit is contained in:
15
root/monitoring/docker-compose.yml
Normal file
15
root/monitoring/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /root/monitoring/uptime-kuma:/app/data
|
||||
ports:
|
||||
- "127.0.0.1:3001:3001" # nur lokal, reverse proxy via nginx empfohlen
|
||||
extra_hosts:
|
||||
- "proxmox.cutemeli.com:10.10.0.1"
|
||||
- "share.cutemeli.com:10.10.0.1"
|
||||
- "monitor.cutemeli.com:10.10.0.1"
|
||||
Reference in New Issue
Block a user