Remove maloja and multi-scrobbler; add uptime-kuma and glances; update docs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user