cleanup: WAHA, Kuma, PatchMon nach automation verschoben
This commit is contained in:
parent
9d0ae023c5
commit
3cc3a09e08
1 changed files with 0 additions and 64 deletions
64
compose.yaml
64
compose.yaml
|
|
@ -3,8 +3,6 @@ networks:
|
|||
external: true
|
||||
|
||||
services:
|
||||
|
||||
|
||||
teslamate:
|
||||
image: teslamate/teslamate:latest
|
||||
container_name: teslamate
|
||||
|
|
@ -30,9 +28,6 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
|
||||
|
||||
# Database for TeslaMate
|
||||
teslamate_database:
|
||||
image: postgres:17
|
||||
container_name: teslamate_database
|
||||
|
|
@ -46,8 +41,6 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
|
||||
# Grafana for TeslaMate
|
||||
grafana:
|
||||
image: teslamate/grafana:latest
|
||||
container_name: grafana
|
||||
|
|
@ -71,8 +64,6 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
|
||||
# Mosquitto MQTT Broker
|
||||
mosquitto:
|
||||
image: eclipse-mosquitto:2
|
||||
container_name: mosquitto
|
||||
|
|
@ -84,8 +75,6 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
|
||||
# Prometheus Monitoring
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
container_name: prometheus
|
||||
|
|
@ -118,7 +107,6 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
# InfluxDB
|
||||
influxdb:
|
||||
image: influxdb:latest
|
||||
restart: always
|
||||
|
|
@ -135,11 +123,9 @@ services:
|
|||
networks:
|
||||
- proxy_network
|
||||
|
||||
# Emby Exporter
|
||||
embyexporter:
|
||||
image: bagul/goemby_exporter:latest
|
||||
container_name: embyexporter
|
||||
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- CONFIG_FILE=/emby/tv.sascha-lutz.de.yml
|
||||
|
|
@ -151,56 +137,6 @@ services:
|
|||
networks:
|
||||
- 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:
|
||||
image: quay.io/prometheus/node-exporter:latest
|
||||
container_name: node_exporter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue