add unraid-simple-monitoring-api
This commit is contained in:
parent
1f62773882
commit
df79cdcc1e
3 changed files with 10 additions and 3 deletions
|
@ -13,3 +13,4 @@ services:
|
|||
- /root/twitch/run.py:/usr/src/app/run.py:ro
|
||||
ports:
|
||||
- "5000:5000"
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -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
|
||||
|
|
9
unraid-docker/unraid-simple-monitoring-api/compose.yaml
Normal file
9
unraid-docker/unraid-simple-monitoring-api/compose.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue