Remove maloja and multi-scrobbler; add uptime-kuma and glances; update docs

This commit is contained in:
KansaiGaijin
2026-05-16 13:39:13 +12:00
parent 8ea0de84f5
commit 5cd70169c1
4 changed files with 40 additions and 55 deletions

View File

@@ -57,6 +57,16 @@ services:
condition: service_healthy
logging: *default-logging
uptimekuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- ./uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock # Optional: for monitoring Docker containers
ports:
- "3091:3001"
restart: always
gitea-db:
image: mysql:8
container_name: gitea-db
@@ -262,8 +272,21 @@ services:
ports:
- "8025:8025"
volumes:
- ./ntfy/mailrise.yml:/etc/mailrise/mailrise.yml:ro
- ./ntfy/mailrise.yml:/etc/mailrise.conf:ro
logging: *default-logging
glances:
image: nicolargo/glances:latest-full
container_name: glances
restart: unless-stopped
pid: host
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /etc/os-release:/etc/os-release:ro
environment:
- "GLANCES_OPT=-w"
- "TZ=Europe/Paris" # Set your local timezone
networks:
web_net: