gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.5k stars 578 forks source link

Transmission container plus volume management #160

Open gpongelli opened 4 years ago

gpongelli commented 4 years ago

This PR is to add Transmission container, no more included as plugin into OpenMediaVault 5 release, that uses OMV shared folders.

To make sure the folders are shared between OMV5 and Transmission container, a volume is needed as explained in approach #2 here. For this reason, it's required the management of new "volumes.yml" file into menu.sh, that can be used by any template, to append all the volume's declaration at the end of docker-compose.yml

Thank you of your awesome job, hope you'll enjoy this PR!

Slyke commented 4 years ago

I have submitted this PR on your behalf over at the fork: SensorsIot#15, If you would like to have your name to the commits, please submit the PR there and let me know so I can remove the PR I created on your behalf.

gpongelli commented 4 years ago

I've just made a PR to your repo .