From df79cdcc1e930f160e9c633a83f756cd1894edad Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sun, 13 Jul 2025 05:08:26 -0500 Subject: [PATCH] add unraid-simple-monitoring-api --- main-docker/twitch-cpm/compose.yaml | 1 + unraid-docker/metube/compose.yaml | 3 --- unraid-docker/unraid-simple-monitoring-api/compose.yaml | 9 +++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 unraid-docker/unraid-simple-monitoring-api/compose.yaml diff --git a/main-docker/twitch-cpm/compose.yaml b/main-docker/twitch-cpm/compose.yaml index 4011ff3..50897b7 100644 --- a/main-docker/twitch-cpm/compose.yaml +++ b/main-docker/twitch-cpm/compose.yaml @@ -13,3 +13,4 @@ services: - /root/twitch/run.py:/usr/src/app/run.py:ro ports: - "5000:5000" + restart: unless-stopped diff --git a/unraid-docker/metube/compose.yaml b/unraid-docker/metube/compose.yaml index 69be839..915caf0 100644 --- a/unraid-docker/metube/compose.yaml +++ b/unraid-docker/metube/compose.yaml @@ -7,9 +7,6 @@ services: - GID=100 - UMASK=002 - LANG=C.UTF-8 - - GPG_KEY=${GPG_KEY} - - PYTHON_VERSION=3.11.10 - - PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372 - DOWNLOAD_DIR=/downloads - STATE_DIR=/downloads/.metube - TEMP_DIR=/downloads diff --git a/unraid-docker/unraid-simple-monitoring-api/compose.yaml b/unraid-docker/unraid-simple-monitoring-api/compose.yaml new file mode 100644 index 0000000..df31341 --- /dev/null +++ b/unraid-docker/unraid-simple-monitoring-api/compose.yaml @@ -0,0 +1,9 @@ +services: + unraid-simple-monitoring-api: + image: ghcr.io/nebn/unraid-simple-monitoring-api:latest + container_name: unraid-simple-monitoring-api + network_mode: host + volumes: + - /mnt/user/appdata/unraid-simple-monitoring-api:/app:ro + - /:/hostfs:ro + restart: unless-stopped