remove monitoring stack

This commit is contained in:
Florian Zirker 2024-10-15 11:35:52 +00:00
parent 80e0bd3041
commit dc99210b68
15 changed files with 5 additions and 647 deletions

View file

@ -3,7 +3,7 @@ services:
ntfy:
image: binwiederhier/ntfy:${NTFY_VERSION}
restart: unless-stopped
networks:
networks:
- web
command:
- serve
@ -32,10 +32,9 @@ services:
- "traefik.http.routers.push.tls.options=intermediate@file"
- "traefik.http.services.push.loadbalancer.server.port=80"
- "docker.group=push"
- "diun.enable=true"
networks:
push:
web:
external: true