Füge Konfigurationsdateien für Gatus, Mosquitto, Postgres und MeshDash hinzu; aktualisiere Moodle-Umgebungsvariablen und erstelle Webstack-Dokumentation

This commit is contained in:
dominikhoebert
2026-05-29 14:52:00 +02:00
parent 146e070448
commit 4205254925
16 changed files with 265 additions and 6 deletions

16
meshdash/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
meshdash:
image: rusjpmd/meshdash-runner:latest
container_name: meshdash
restart: always
network_mode: host
privileged: true
environment:
MD_SETUP_KEY: "YOUR_API_KEY_HERE"
MD_SETUP_URL: "https://meshdash.co.uk/user_setup_core.php"
volumes:
- /dev:/dev
- meshdash_data:/app/data
volumes:
meshdash_data: