Add initial commit of new media management docker stack
Includes transmission, gluetun, sonarr, radarr stacks Includes framework for adding plex, tautulli, prowlarr, overseerr, requestrr, and trash guides sync stacks Includes port-watcher docker container that monitors gluetun port forwarding file and sets transmission peer_port automatically
This commit is contained in:
8
media-dude/torrentarr/port-watcher/Dockerfile
Normal file
8
media-dude/torrentarr/port-watcher/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.11-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY port-watcher.py .
|
||||
|
||||
RUN pip install watchdog transmission-rpc
|
||||
|
||||
CMD ["python", "port-watcher.py"]
|
||||
Reference in New Issue
Block a user