cleanup: WAHA, Kuma, PatchMon nach automation verschoben

This commit is contained in:
sascha 2026-03-28 11:23:24 +01:00
parent 9d0ae023c5
commit 3cc3a09e08

View file

@ -3,8 +3,6 @@ networks:
external: true external: true
services: services:
teslamate: teslamate:
image: teslamate/teslamate:latest image: teslamate/teslamate:latest
container_name: teslamate container_name: teslamate
@ -30,9 +28,6 @@ services:
networks: networks:
- proxy_network - proxy_network
# Database for TeslaMate
teslamate_database: teslamate_database:
image: postgres:17 image: postgres:17
container_name: teslamate_database container_name: teslamate_database
@ -46,8 +41,6 @@ services:
networks: networks:
- proxy_network - proxy_network
# Grafana for TeslaMate
grafana: grafana:
image: teslamate/grafana:latest image: teslamate/grafana:latest
container_name: grafana container_name: grafana
@ -71,8 +64,6 @@ services:
networks: networks:
- proxy_network - proxy_network
# Mosquitto MQTT Broker
mosquitto: mosquitto:
image: eclipse-mosquitto:2 image: eclipse-mosquitto:2
container_name: mosquitto container_name: mosquitto
@ -84,8 +75,6 @@ services:
networks: networks:
- proxy_network - proxy_network
# Prometheus Monitoring
prometheus: prometheus:
image: prom/prometheus image: prom/prometheus
container_name: prometheus container_name: prometheus
@ -118,7 +107,6 @@ services:
networks: networks:
- proxy_network - proxy_network
# InfluxDB
influxdb: influxdb:
image: influxdb:latest image: influxdb:latest
restart: always restart: always
@ -135,11 +123,9 @@ services:
networks: networks:
- proxy_network - proxy_network
# Emby Exporter
embyexporter: embyexporter:
image: bagul/goemby_exporter:latest image: bagul/goemby_exporter:latest
container_name: embyexporter container_name: embyexporter
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- CONFIG_FILE=/emby/tv.sascha-lutz.de.yml - CONFIG_FILE=/emby/tv.sascha-lutz.de.yml
@ -151,56 +137,6 @@ services:
networks: networks:
- proxy_network - proxy_network
uptime-kuma:
container_name: kuma
image: louislam/uptime-kuma:2
volumes:
- /app-config/kuma:/app/data
ports:
- 10.200.200.254:3001:3001
restart: unless-stopped
networks:
- proxy_network
waha:
restart: always
container_name: waha
image: devlikeapro/waha:latest
networks:
- proxy_network
dns:
- 1.1.1.1
- 8.8.8.8
logging:
driver: 'json-file'
options:
max-size: '100m'
max-file: '10'
ports:
- '10.200.200.254:3000:3000/tcp'
volumes:
- '/app-config/waha/sessions:/app/.sessions'
- '/app-config/waha/media:/app/.media'
environment:
- WAHA_API_KEY=1c3fc7082a0142c78a532324ca1ab2ab
- WAHA_DASHBOARD_USERNAME=sascha
- WAHA_DASHBOARD_PASSWORD=GT500r8!
- WHATSAPP_SWAGGER_USERNAME=sascha
- WHATSAPP_SWAGGER_PASSWORD=GT500r8!
- WAHA_DASHBOARD_ENABLED=True
- WHATSAPP_SWAGGER_ENABLED=True
- WHATSAPP_DEFAULT_ENGINE=WEBJS
- WAHA_BASE_URL=http://10.200.200.254:3000
- WAHA_MEDIA_STORAGE=LOCAL
- WHATSAPP_FILES_LIFETIME=0
- WHATSAPP_FILES_FOLDER=/app/.media
- TZ=Europe/Berlin
- WHATSAPP_WEB_AUTOMATION=true
- WHATSAPP_WEB_AUTO_RECONNECT=true
node_exporter: node_exporter:
image: quay.io/prometheus/node-exporter:latest image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter container_name: node_exporter