moved all files up a folder
This commit is contained in:
18
docker/individual-docker-compose-files/notused/airsonic-docker-compose.yml
Executable file
18
docker/individual-docker-compose-files/notused/airsonic-docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
airsonic:
|
||||
container_name: airsonic
|
||||
hostname: airsonic
|
||||
image: binhex/arch-airsonic:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- UMASK=000
|
||||
ports:
|
||||
- 4040:4040/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/airsonic:/config
|
||||
- /mnt/music:/media
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
BIN
docker/individual-docker-compose-files/notused/delugevpn/WebAPI-0.4.0-py3.8.egg
Executable file
BIN
docker/individual-docker-compose-files/notused/delugevpn/WebAPI-0.4.0-py3.8.egg
Executable file
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
delugevpn:
|
||||
container_name: delugevpn
|
||||
hostname: delugevpn
|
||||
image: binhex/arch-delugevpn
|
||||
environment:
|
||||
- ENABLE_PRIVOXY=no
|
||||
- LAN_NETWORK=192.168.1.0/24
|
||||
- NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1
|
||||
- PGID=0
|
||||
- PUID=0
|
||||
- TZ=America/Chicago
|
||||
- VPN_ENABLED=yes
|
||||
- VPN_PROV=airvpn
|
||||
- VPN_CLIENT=openvpn
|
||||
- DELUGE_DAEMON_LOG_LEVEL=info
|
||||
- DELUGE_WEB_LOG_LEVEL=info
|
||||
- UMASK=000
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 58846:58846/tcp
|
||||
- 46640:46640/tcp
|
||||
- 8112:8112/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/delugevpn:/config
|
||||
- /docker/appdata/delugevpn/data:/data
|
||||
- /docker/appdata/delugevpn/openvpn:/config/openvpn
|
||||
- /mnt/downloads:/downloads
|
||||
- /mnt/torrents:/torrents
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
docker-updater:
|
||||
container_name: docker-updater
|
||||
hostname: docker-updater
|
||||
image: dockupdater/dockupdater:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -0,0 +1,48 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
influxdb:
|
||||
container_name: influxdb
|
||||
hostname: influxdb
|
||||
image: influxdb:1.8.1
|
||||
environment:
|
||||
- INFLUXDB_DB=telegraf
|
||||
ports:
|
||||
- 8086:8086
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/influxdb/data:/var/lib/influxdb
|
||||
logging:
|
||||
driver: "journald"
|
||||
|
||||
grafana:
|
||||
container_name: grafana
|
||||
hostname: grafana
|
||||
image: grafana/grafana:7.1.3
|
||||
user: "1000"
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: always
|
||||
depends_on:
|
||||
- influxdb
|
||||
volumes:
|
||||
- /docker/appdata/grafana/data:/var/lib/grafana
|
||||
- /docker/appdata/grafana/config/provisioning:/etc/grafana/provisioning
|
||||
- /docker/appdata/grafana/config/dashboards:/var/lib/grafana/dashboards
|
||||
logging:
|
||||
driver: "journald"
|
||||
|
||||
loki:
|
||||
container_name: loki
|
||||
hostname: loki
|
||||
image: grafana/loki:1.6.0
|
||||
user: "1000"
|
||||
ports:
|
||||
- 3100:3100
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/loki/config/loki-config.yaml:/etc/loki/local-config.yaml
|
||||
- /docker/appdata/loki/data:/loki
|
||||
logging:
|
||||
driver: "journald"
|
||||
15
docker/individual-docker-compose-files/notused/guacamole-docker-compose.yml
Executable file
15
docker/individual-docker-compose-files/notused/guacamole-docker-compose.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
guacamole:
|
||||
container_name: guacamole
|
||||
hostname: guacamole
|
||||
image: oznu/guacamole
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 8082:8080/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/docker/appdata/guacamole/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
13
docker/individual-docker-compose-files/notused/kitana-docker-compose.yml
Executable file
13
docker/individual-docker-compose-files/notused/kitana-docker-compose.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
kitana:
|
||||
container_name: kitana
|
||||
hostname: kitana
|
||||
image: pannal/kitana:latest
|
||||
ports:
|
||||
- 31337:31337/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/kitana/data:/app/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
17
docker/individual-docker-compose-files/notused/ombi-docker-compose.yml
Executable file
17
docker/individual-docker-compose-files/notused/ombi-docker-compose.yml
Executable file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
ombi:
|
||||
container_name: ombi
|
||||
hostname: ombi
|
||||
image: linuxserver/ombi:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 3579:3579/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/ombi/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
18
docker/individual-docker-compose-files/notused/ouroboros-docker-compose.yml
Executable file
18
docker/individual-docker-compose-files/notused/ouroboros-docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
ouroboros:
|
||||
container_name: ouroboros
|
||||
hostname: ouroboros
|
||||
image: pyouroboros/ouroboros
|
||||
environment:
|
||||
- CLEANUP=true
|
||||
- 'CRON=0 4 * * *'
|
||||
- INTERVAL=300
|
||||
- LOG_LEVEL=info
|
||||
- SELF_UPDATE=true
|
||||
- TZ=America/Chicago
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -0,0 +1,31 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
plex-db-sync:
|
||||
container_name: plex-db-sync
|
||||
hostname: plexdbsync
|
||||
image: nowsci/plex-db-sync
|
||||
environment:
|
||||
- CRON=0 4 * * *
|
||||
- S1_SSH_KEY=/sshkey/dockerserver-03.pds
|
||||
- S1_SSH_USER=akanealw
|
||||
- S1_SSH_HOST=192.168.1.33
|
||||
- S1_SSH_PORT=22
|
||||
- S1_SSH_PATH=""/docker/appdata/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/""
|
||||
- S1_START=ssh -oStrictHostKeyChecking=no -i /sshkey/dockerserver-03.pds akanealw@192.168.1.33 'cd /docker/compose; sudo docker start plex'
|
||||
- S1_STOP=ssh -oStrictHostKeyChecking=no -i /sshkey/dockerserver-03.pds akanealw@192.168.1.33 'cd /docker/compose; sudo docker stop plex'
|
||||
- S2_DB_PATH=/mnt/DB2
|
||||
- S2_START=cd /docker/compose; sudo docker start plex
|
||||
- S2_STOP=cd /docker/compose; sudo docker stop plex
|
||||
- INITIALRUN=false
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/fuse
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/plex-db-sync/sshkey:/sshkey
|
||||
- /docker/appdata/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases:/mnt/DB2
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
12
docker/individual-docker-compose-files/notused/rssbridge-docker-compose.yml
Executable file
12
docker/individual-docker-compose-files/notused/rssbridge-docker-compose.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
version: '2'
|
||||
services:
|
||||
rssbridge:
|
||||
container_name: rssbridge
|
||||
hostname: rssbridge
|
||||
image: rssbridge/rss-bridge:latest
|
||||
ports:
|
||||
- 3001:80/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/rssbridge/whitelist.txt:/app/whitelist.txt
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
18
docker/individual-docker-compose-files/notused/sslh-docker-compose.yml
Executable file
18
docker/individual-docker-compose-files/notused/sslh-docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
sslh:
|
||||
container_name: sslh
|
||||
hostname: sslh
|
||||
image: oorabona/sslh:latest
|
||||
environment:
|
||||
SSH_HOST: 192.168.1.31
|
||||
SSH_PORT: 2222
|
||||
OPENVPN_HOST: 192.168.1.31
|
||||
OPENVPN_PORT: 1194
|
||||
HTTPS_HOST: 192.168.1.32
|
||||
HTTPS_PORT: 8443
|
||||
command:
|
||||
- -f
|
||||
ports:
|
||||
- 0.0.0.0:443:443
|
||||
restart: always
|
||||
64
docker/individual-docker-compose-files/notused/tdarr-docker-compose.yml
Executable file
64
docker/individual-docker-compose-files/notused/tdarr-docker-compose.yml
Executable file
@@ -0,0 +1,64 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
tdarr-node-02:
|
||||
container_name: tdarr-node-02
|
||||
hostname: tdarr-node-02
|
||||
image: haveagitgat/tdarr_node:v2-preview
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- nodeID=node-02-dockerserver-02
|
||||
- nodeIP=192.168.1.32
|
||||
- nodePort=8267
|
||||
- serverIP=192.168.1.32
|
||||
- serverPort=8266
|
||||
ports:
|
||||
- 8267:8267/tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/movies:/mnt/movies
|
||||
- /mnt/tvshows:/mnt/tvshows
|
||||
- /mnt/tvshows2:/mnt/tvshows2
|
||||
- /mnt/vods:/mnt/vods
|
||||
- /mnt/tvshowstranscode:/mnt/tvhsowstranscode
|
||||
- /mnt/tvshows2transcode:/mnt/tvshows2transcode
|
||||
- /mnt/moviestranscode:/mnt/moviestranscode
|
||||
- /mnt/vodstranscode:/mnt/vodstranscode
|
||||
- /mnt/downloads/complete:/mnt/input
|
||||
- /mnt/downloads/converted:/mnt/output
|
||||
- /mnt/downloads/transcode:/mnt/inputtranscode
|
||||
- /docker/appdata/tdarr/node-02:/app/node
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
tdarr-server:
|
||||
container_name: tdarr-server
|
||||
hostname: tdarr-server
|
||||
image: haveagitgat/tdarr:v2-preview
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- serverIP=192.168.1.32
|
||||
- webUIPort=8265
|
||||
- serverPort=8266
|
||||
ports:
|
||||
- 8265:8265/tcp
|
||||
- 8266:8266/tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/movies:/mnt/movies
|
||||
- /mnt/tvshows:/mnt/tvshows
|
||||
- /mnt/tvshows2:/mnt/tvshows2
|
||||
- /mnt/vods:/mnt/vods
|
||||
- /mnt/tvshowstranscode:/mnt/tvhsowstranscode
|
||||
- /mnt/tvshows2transcode:/mnt/tvshows2transcode
|
||||
- /mnt/moviestranscode:/mnt/moviestranscode
|
||||
- /mnt/vodstranscode:/mnt/vodstranscode
|
||||
- /mnt/downloads/complete:/mnt/input
|
||||
- /mnt/downloads/converted:/mnt/output
|
||||
- /mnt/downloads/transcode:/mnt/inputtranscode
|
||||
- /docker/appdata/tdarr/server:/app/server
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
13
docker/individual-docker-compose-files/notused/watchtower-docker-compose.yml
Executable file
13
docker/individual-docker-compose-files/notused/watchtower-docker-compose.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
hostname: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
environment:
|
||||
- WATCHTOWER_CLEANUP=TRUE
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
youtubedl-material:
|
||||
container_name: youtubedl-material
|
||||
hostname: youtubedl-material
|
||||
image: tzahi12345/youtubedl-material
|
||||
environment:
|
||||
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- USER=youtube
|
||||
ports:
|
||||
- 8998:17442/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/youtubedl/appdata:/app/appdata
|
||||
- /docker/appdata/youtubedl/subscriptions:/app/subscriptions
|
||||
- /docker/appdata/youtubedl/users:/app/users
|
||||
- /mnt/downloads/youtubedl:/app/audio
|
||||
- /mnt/downloads/youtubedl:/app/video
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user