Skip to content

hotsoupp/docker-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This Repo will be housing templates used for either with or without Portainer.

NFS-MEDIASTACK

This stack is used to spin up the following services and connect them to nfs shares.

  • Radarr
  • Sonarr
  • Bazarr
  • SabNZBD
  • Prowlarr
  • Overseerr
  • Tautulli

Your type of media might vary if for example you don't have any Anime, you can remove the line in the nfs-mediastack.env where it says ANIME_PATH= and remove the volumes in nfs-mediastack.yaml.

If you run a single media share under which you house your different types of media (movies, tv's etc) choose template v2.

Explaining the variables v1

DATADIR= # The Directory on your local host to store the data of containers
PUID= # User ID to run docker with
PGID= # Group that has access to Docker
TZ= # Timezone of country the service is being hosted in, example Europe\Amsterdam
STORAGE_HOST= # The IPv4 of the machine hosting your fils, Example (192.168.178.43)
MOVIES_PATH= # The NFS path to your Movies folder, example /mnt/user/movies
TV_PATH= # The NFS path to your Tv shows folder, example /mnt/user/Tv
ANIME_PATH= # The NFS path to your Anime folder, example /mnt/user/anime
DOWNLOADS_PATH= # The NFS path to your Downloads folder, example /mnt/user/downloads

Explaining the variables v2

DATADIR= # The Directory on your local host to store the data of containers
PUID= # User ID to run docker with
PGID= # Group that has access to Docker
TZ= # Timezone of country the service is being hosted in, example Europe\Amsterdam
STORAGE_HOST= # The IPv4 of the machine hosting your fils, Example (192.168.178.43)
MEDIA_PATH= # The NFS path to your Movies folder, example /mnt/user/movies
MOVIES_FOLDER= # The NFS path to your Movies folder, example /mnt/user/movies
TV_FOLDER= # The NFS path to your Tv shows folder, example /mnt/user/Tv
ANIME_FOLDER= # The NFS path to your Anime folder, example /mnt/user/anime
DOWNLOADS_PATH= # The NFS path to your Downloads folder, example /mnt/user/downloads

About

A little repo with ready to go Portainer stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages