move unused dockers to separate folder
This commit is contained in:
parent
2db60ff4f4
commit
e0522ff4e3
|
@ -1,3 +1,4 @@
|
|||
_deprecated
|
||||
/#recycle
|
||||
filebot/desktop/config
|
||||
filebot/licenses
|
||||
|
@ -6,22 +7,14 @@ filebot/presets
|
|||
filebot/xattr
|
||||
homarr/bk
|
||||
homarr/data
|
||||
jackett/config
|
||||
moved
|
||||
my tools
|
||||
ombi/config
|
||||
overseerr/config
|
||||
petio/config
|
||||
petio/db
|
||||
petio/logs
|
||||
plex/config
|
||||
prowlarr/config
|
||||
qbit/bk
|
||||
qbit/config
|
||||
qbit/manager/config
|
||||
radarr/config
|
||||
rclone
|
||||
sonarr/config
|
||||
tautulli/config
|
||||
tdarr/server
|
||||
.DS_Store
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
version: "2"
|
||||
services:
|
||||
|
||||
jackett:
|
||||
image: linuxserver/jackett
|
||||
container_name: jackett
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./dwn:/downloads
|
||||
ports:
|
||||
- "9117:9117"
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
ombi:
|
||||
image: lscr.io/linuxserver/ombi
|
||||
container_name: mangrana_ombi
|
||||
environment:
|
||||
- PUID=1026
|
||||
- PGID=100
|
||||
- TZ=Europe/Madrid
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 3579:3579
|
||||
restart: unless-stopped
|
|
@ -1,35 +0,0 @@
|
|||
version: "3"
|
||||
|
||||
networks:
|
||||
petio-network:
|
||||
driver: bridge
|
||||
|
||||
services:
|
||||
petio:
|
||||
image: ghcr.io/petio-team/petio:latest
|
||||
container_name: "petio"
|
||||
hostname: petio
|
||||
ports:
|
||||
- "7777:7777"
|
||||
networks:
|
||||
- petio-network
|
||||
depends_on:
|
||||
- mongo
|
||||
user: "1026:100"
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
volumes:
|
||||
- ./config:/app/api/config
|
||||
- ./logs:/app/logs
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.6
|
||||
container_name: "mongo"
|
||||
hostname: mongo
|
||||
ports:
|
||||
- "27017:27017"
|
||||
networks:
|
||||
- petio-network
|
||||
user: "1026:100"
|
||||
volumes:
|
||||
- ./db:/data/db
|
|
@ -1,8 +0,0 @@
|
|||
# Port to use
|
||||
PORT=8788
|
||||
# Memory limit for Reposilite
|
||||
MEMORY=64M
|
||||
# JVM args
|
||||
JAVA_COMPOSE_OPTS=
|
||||
# Reposilite args
|
||||
REPOSILITE_COMPOSE_OPTS=
|
|
@ -1,19 +0,0 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
reposilite:
|
||||
container_name: root_maven-repo
|
||||
image: docker.io/dzikoysk/reposilite:3.1.1
|
||||
ports:
|
||||
- ${PORT}:${PORT}
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx${MEMORY} ${JAVA_COMPOSE_OPTS}
|
||||
- REPOSILITE_OPTS=--port ${PORT} ${REPOSILITE_COMPOSE_OPTS}
|
||||
volumes:
|
||||
- reposilite-data:/app/data
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
reposilite-data: {}
|
|
@ -1,5 +0,0 @@
|
|||
DOCKERSTORAGEDIR=/volume1/data
|
||||
SDSTORAGEDIR=/volumeUSB1/usbshare
|
||||
PUID=1026
|
||||
PGID=100
|
||||
timezone=Europe/Madrid
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"nodeName": "MyInternalNode",
|
||||
"serverIP": "192.168.1.22",
|
||||
"serverPort": "8266",
|
||||
"handbrakePath": "",
|
||||
"ffmpegPath": "",
|
||||
"mkvpropeditPath": "",
|
||||
"pathTranslators": [
|
||||
{
|
||||
"server": "",
|
||||
"node": ""
|
||||
}
|
||||
],
|
||||
"logLevel": "INFO",
|
||||
"priority": -1,
|
||||
"cronPluginUpdate": ""
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"serverPort": "8266",
|
||||
"webUIPort": "8265",
|
||||
"serverIP": "192.168.1.22",
|
||||
"handbrakePath": "",
|
||||
"ffmpegPath": "",
|
||||
"logLevel": "INFO",
|
||||
"mkvpropeditPath": "",
|
||||
"ccextractorPath": "",
|
||||
"openBrowser": true,
|
||||
"cronPluginUpdate": ""
|
||||
}
|
|
@ -1,40 +0,0 @@
|
|||
version: "3.4"
|
||||
services:
|
||||
tdarr:
|
||||
container_name: tdarr
|
||||
image: ghcr.io/haveagitgat/tdarr:latest
|
||||
restart: unless-stopped
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- 8265:8265 # webUI port
|
||||
- 8266:8266 # server port
|
||||
- 8267:8267 # node port. It should be mapped on this container because
|
||||
# the node container use the network from the main container
|
||||
environment:
|
||||
- TZ=${timezone}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- UMASK_SET=022
|
||||
- serverIP=192.168.1.22
|
||||
- serverPort=8266
|
||||
- webUIPort=8265
|
||||
- internalNode=false
|
||||
- inContainer=true
|
||||
- nodeName=MyInternalNode
|
||||
#jo diria que aixo no
|
||||
#- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
#- NVIDIA_VISIBLE_DEVICES=all
|
||||
#aixo ho diuen a reddit
|
||||
- LIBVA_DRIVER_NAME=i965
|
||||
- LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/
|
||||
volumes:
|
||||
- ./server:/app/server
|
||||
- ./configs:/app/configs
|
||||
- ./logs:/app/logs
|
||||
- ${DOCKERSTORAGEDIR}/media:/media
|
||||
- ${SDSTORAGEDIR}/tdarr_temp:/temp
|
||||
#- /YourVolumeforMediaYouWanttoTranscode:/convert ???
|
||||
#no estic segur
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +0,0 @@
|
|||
DOCKERSTORAGEDIR=/Volumes/data
|
||||
SDSTORAGEDIR=./
|
||||
PUID=501
|
||||
PGID=20
|
||||
timezone=Europe/Madrid
|
|
@ -1,38 +0,0 @@
|
|||
# node
|
||||
tdarr-node:
|
||||
container_name: tdarr-node
|
||||
image: ghcr.io/haveagitgat/tdarr_node:latest
|
||||
restart: unless-stopped
|
||||
network_mode: service:tdarr
|
||||
environment:
|
||||
- TZ=${timezone}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- UMASK_SET=002
|
||||
- nodeName=MyExternalNode
|
||||
- serverIP=192.168.1.22
|
||||
- serverPort=8266
|
||||
- inContainer=true
|
||||
#aixo em sembla que no
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
#aixo ho diuen a reddit per a ds920+
|
||||
#- LIBVA_DRIVER_NAME=i965
|
||||
#- LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/
|
||||
|
||||
volumes:
|
||||
- ./configs:/app/configs
|
||||
- ./logs:/app/logs
|
||||
- ${DOCKERSTORAGEDIR}/media:/media
|
||||
- ${SDSTORAGEDIR}/tdarr_temp:/temp
|
||||
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
Loading…
Reference in New Issue