Added plugin loading. Added health check

This commit is contained in:
2026-02-13 09:24:14 +01:00
parent a4c59b23db
commit 956c1515f3
4 changed files with 26 additions and 2 deletions

View File

@@ -23,6 +23,13 @@
- moonlight
ports:
- "8080:8080"
# User
user: 0:0
# Persistent storage
volumes:
- ${DATA_PATH}/moonlight:/app/storage
# Env Settings
environment:
@@ -75,6 +82,7 @@
interval: 10s
timeout: 5s
retries: 5
start_period: 3s
helper:
image: git.battlestati.one/moonlight-panel/container_helper