Heartbeat und Überwachung eingeführt

This commit is contained in:
2025-12-19 15:53:46 +00:00
parent df7e6cf1d1
commit 9d46ba9f46
5 changed files with 205 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Kopiere den Anwendungscode
COPY main.py .
COPY monitor.py .
# Erstelle Verzeichnis für Videospeicher
RUN mkdir -p /app/videospeicher