1
0
Fork 0

move unused dockers to separate folder

This commit is contained in:
Xavier Fontanet 2024-06-25 12:32:29 +02:00
parent 2db60ff4f4
commit e0522ff4e3
14 changed files with 1 additions and 5268 deletions

9
.gitignore vendored
View File

@ -1,3 +1,4 @@
_deprecated
/#recycle /#recycle
filebot/desktop/config filebot/desktop/config
filebot/licenses filebot/licenses
@ -6,22 +7,14 @@ filebot/presets
filebot/xattr filebot/xattr
homarr/bk homarr/bk
homarr/data homarr/data
jackett/config
moved
my tools my tools
ombi/config
overseerr/config overseerr/config
petio/config
petio/db
petio/logs
plex/config plex/config
prowlarr/config prowlarr/config
qbit/bk qbit/bk
qbit/config qbit/config
qbit/manager/config qbit/manager/config
radarr/config radarr/config
rclone
sonarr/config sonarr/config
tautulli/config tautulli/config
tdarr/server
.DS_Store .DS_Store

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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=

View File

@ -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: {}

View File

@ -1,5 +0,0 @@
DOCKERSTORAGEDIR=/volume1/data
SDSTORAGEDIR=/volumeUSB1/usbshare
PUID=1026
PGID=100
timezone=Europe/Madrid

View File

@ -1,17 +0,0 @@
{
"nodeName": "MyInternalNode",
"serverIP": "192.168.1.22",
"serverPort": "8266",
"handbrakePath": "",
"ffmpegPath": "",
"mkvpropeditPath": "",
"pathTranslators": [
{
"server": "",
"node": ""
}
],
"logLevel": "INFO",
"priority": -1,
"cronPluginUpdate": ""
}

View File

@ -1,12 +0,0 @@
{
"serverPort": "8266",
"webUIPort": "8265",
"serverIP": "192.168.1.22",
"handbrakePath": "",
"ffmpegPath": "",
"logLevel": "INFO",
"mkvpropeditPath": "",
"ccextractorPath": "",
"openBrowser": true,
"cronPluginUpdate": ""
}

View File

@ -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

View File

@ -1,5 +0,0 @@
DOCKERSTORAGEDIR=/Volumes/data
SDSTORAGEDIR=./
PUID=501
PGID=20
timezone=Europe/Madrid

View File

@ -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]