Comment out plex ports on installation #62
@ -2,7 +2,7 @@
|
|||||||
PUID=<your_PUID>
|
PUID=<your_PUID>
|
||||||
PGID=<your_PGID>
|
PGID=<your_PGID>
|
||||||
MEDIA_DIRECTORY=<media_directory>
|
MEDIA_DIRECTORY=<media_directory>
|
||||||
INSTALL_LOCATION=<install_directory>
|
INSTALL_DIRECTORY=<install_directory>
|
||||||
MEDIA_SERVICE=<media_service>
|
MEDIA_SERVICE=<media_service>
|
||||||
|
|
||||||
# VPN configuration
|
# VPN configuration
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/movies:/data/movies
|
- ${MEDIA_DIRECTORY}/movies:/data/movies
|
||||||
- ${MEDIA_DIRECTORY}/tvshows:/data/tvshows
|
- ${MEDIA_DIRECTORY}/tvshows:/data/tvshows
|
||||||
- ${INSTALL_LOCATION}/config/${MEDIA_SERVICE}:/config
|
- ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
|
||||||
ports: # plex
|
ports: # plex
|
||||||
- 8096:8096 # plex
|
- 8096:8096 # plex
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -28,7 +28,7 @@ services:
|
|||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||||
- ${INSTALL_LOCATION}/config/qbittorrent:/config
|
- ${INSTALL_DIRECTORY}/config/qbittorrent:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports: # qbittorrent
|
ports: # qbittorrent
|
||||||
- 8080:8080 # qbittorrent
|
- 8080:8080 # qbittorrent
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||||
- ${INSTALL_LOCATION}/config/sonarr:/config
|
- ${INSTALL_DIRECTORY}/config/sonarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -61,7 +61,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
- ${MEDIA_DIRECTORY}/movies:/movies
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||||
- ${INSTALL_LOCATION}/config/radarr:/config
|
- ${INSTALL_DIRECTORY}/config/radarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -77,7 +77,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/music:/music
|
- ${MEDIA_DIRECTORY}/music:/music
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||||
- ${INSTALL_LOCATION}/config/lidarr:/config
|
- ${INSTALL_DIRECTORY}/config/lidarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8686:8686
|
- 8686:8686
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -93,7 +93,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/books:/books
|
- ${MEDIA_DIRECTORY}/books:/books
|
||||||
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
- ${MEDIA_DIRECTORY}/downloads:/downloads
|
||||||
- ${INSTALL_LOCATION}/config/readarr:/config
|
- ${INSTALL_DIRECTORY}/config/readarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 8787:8787
|
- 8787:8787
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -109,7 +109,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_DIRECTORY}/movies:/movies
|
- ${MEDIA_DIRECTORY}/movies:/movies
|
||||||
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
- ${MEDIA_DIRECTORY}/tvshows:/tv
|
||||||
- ${INSTALL_LOCATION}/config/bazarr:/config
|
- ${INSTALL_DIRECTORY}/config/bazarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -123,7 +123,7 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${INSTALL_LOCATION}/config/prowlarr:/config
|
- ${INSTALL_DIRECTORY}/config/prowlarr:/config
|
||||||
ports:
|
ports:
|
||||||
- 9696:9696
|
- 9696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -142,7 +142,7 @@ services:
|
|||||||
- 8388:8388/udp # Shadowsocks
|
- 8388:8388/udp # Shadowsocks
|
||||||
#- 8080:8080/tcp # gluetun
|
#- 8080:8080/tcp # gluetun
|
||||||
volumes:
|
volumes:
|
||||||
- ${INSTALL_LOCATION}/config/gluetun:/config
|
- ${INSTALL_DIRECTORY}/config/gluetun:/config
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=${VPN_SERVICE}
|
- VPN_SERVICE_PROVIDER=${VPN_SERVICE}
|
||||||
- VPN_TYPE=openvpn
|
- VPN_TYPE=openvpn
|
||||||
@ -160,7 +160,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ${INSTALL_LOCATION}/config/portainer:/data
|
- ${INSTALL_DIRECTORY}/config/portainer:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Watchtower is going to keep our instances updated
|
# Watchtower is going to keep our instances updated
|
||||||
|
6
yams
6
yams
@ -3,7 +3,7 @@ set -euo pipefail
|
|||||||
|
|
||||||
|
|
||||||
dc="docker-compose -f <filename> -f <custom_file_filename>"
|
dc="docker-compose -f <filename> -f <custom_file_filename>"
|
||||||
install_location="<install_location>"
|
install_directory="<install_directory>"
|
||||||
|
|
||||||
option=${1:-"--help"}
|
option=${1:-"--help"}
|
||||||
|
|
||||||
@ -94,9 +94,9 @@ if [ "$option" == "update" ]; then
|
|||||||
$dc stop
|
$dc stop
|
||||||
rm -rf /tmp/yams && mkdir /tmp/yams
|
rm -rf /tmp/yams && mkdir /tmp/yams
|
||||||
wget https://gitlab.com/rogs/yams/-/raw/master/docker-compose.example.yaml -O /tmp/yams/docker-compose.example.yml > /dev/null 2>&1
|
wget https://gitlab.com/rogs/yams/-/raw/master/docker-compose.example.yaml -O /tmp/yams/docker-compose.example.yml > /dev/null 2>&1
|
||||||
source $install_location/.env
|
source $install_directory/.env
|
||||||
|
|
||||||
filename="$install_location/docker-compose.yaml"
|
filename="$install_directory/docker-compose.yaml"
|
||||||
|
|
||||||
cp /tmp/yams/docker-compose.example.yml $filename
|
cp /tmp/yams/docker-compose.example.yml $filename
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user