1
0
Fork 0

Remove secrets from dockers configuration

This commit is contained in:
xavier 2024-07-09 15:20:00 +02:00
parent eb406531c0
commit 300958d0e3
13 changed files with 53 additions and 43 deletions

View File

@ -14,7 +14,6 @@ ownServices/AfterDownloadCarerByFinish/config
ownServices/AfterFilebotMoveProcessor/config
ownServices/ArrModificationCapturer
ownServices/SonarrQueueFixer/config
ownServices/SonarrQueueFixer/.env
overseerr/config
plex/config
prowlarr/config
@ -25,3 +24,14 @@ radarr/config
sonarr/config
tautulli/config
ownServices/SonarrQueueFixer/.env
plex/.env
radarr/.env
filebot/desktop/.env
homarr/.env
overseerr/.env
ownServices/AfterFilebotMoveProcessor/.env
prowlarr/.env
qbit/.env
qbit/manager/.env
tautulli/.env

View File

@ -6,12 +6,12 @@ services:
image: rednoah/filebot:xpra
restart: unless-stopped
volumes:
- /volume1/data:/data
- ${HOST_DATA_FOLDER}:/data
- ./config/filebot:/data/filebot
- ../presets:/presets
- ../xattr:/xattr
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
ports:
- 5454:5454
- ${HOST_PORT}:5454

View File

@ -7,14 +7,14 @@ services:
environment:
- DEFAULT_COLOR_SCHEME=dark
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ${HOST_DOCKER_SOCK}:/var/run/docker.sock # Optional, only if you want docker integration
- ./configs:/app/data/configs
- ./icons:/app/public/icons
- ./data:/data
- ./imgs:/imgs
ports:
- '7575:7575'
- ${HOST_PORT}:7575
extra_hosts:
- "host.docker.internal:host-gateway"
dns:
- 192.168.1.22
- ${DNS_IP}

View File

@ -6,13 +6,13 @@ services:
image: lscr.io/linuxserver/overseerr:latest
container_name: mangrana_overseerr
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
volumes:
- ./config:/config
ports:
- 5055:5055
- ${HOST_PORT}:5055
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway

View File

@ -5,8 +5,8 @@ services:
container_name: mangrana_java_after_filebot
image: xeviff/after_filebot_fix:latest
dns:
- 192.168.1.22
- ${DNS_IP}
volumes:
- /volume1/jobs/logs/filebot:/filebot_logs
- /volume1/jobs:/jobs
- ${JOBS_HOST_FOLDER}/logs/filebot:/filebot_logs
- ${JOBS_HOST_FOLDER}:/jobs
- ./config:/config

View File

@ -10,4 +10,4 @@ services:
- TZ=Europe/Madrid
volumes:
- ./config:/config
- /volume1/data:/data
- ${HOST_DATA_FOLDER}:/data

View File

@ -11,21 +11,21 @@ services:
security_opt:
- no-new-privileges:true
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:32400/web
test: wget --no-verbose --tries=1 --spider ${HEALTHCHECK_URL}
volumes:
- ./config:/config
- ${DOCKERSTORAGEDIR}/media:/data/media:rw
- ${SDSTORAGEDIR}/transcode/plex:/transcode
- ${HOST_DATA_FOLDER}/media:/data/media:rw
- ${SD_STORAGE}/transcode/plex:/transcode
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
# tmpfs:
# tmpfs: #this is to use the RAM as location for the transcoding buffer. I've disabled it because of possible OutOfMemory errors. If in the future I have more RAM then will be a nice configuration
# - /transcode
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- VERSION=public
- TZ=Europe/Madrid
restart: on-failure:5
labels:
- "com.centurylinklabs.watchtower.enable=false"
- "com.centurylinklabs.watchtower.enable=false" #this is to not let the "dockers-version-auto-upgrader" restart plex at any time (specially when users are streaming)

View File

@ -5,13 +5,13 @@ services:
image: lscr.io/linuxserver/prowlarr:latest
container_name: mangrana_prowlarr
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
volumes:
- ./config:/config
ports:
- 9696:9696
- ${HOST_PORT}:9696
restart: unless-stopped
networks:
- qbit_default

View File

@ -5,18 +5,18 @@ services:
image: lscr.io/linuxserver/qbittorrent:4.5.4
container_name: mangrana_qbittorrent
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
- WEBUI_PORT=8080
volumes:
- ./config:/config
- ./scripts:/scripts
- /volume1/data:/data
- /volumeUSB1/usbshare/incomplete:/incomplete
- ${HOST_DATA_FOLDER}:/data
- ${SD_STORAGE}/incomplete:/incomplete
ports:
- 8081:8080
- 51413:51413
- ${HOST_WEBUI_PORT}:8080
- ${HOST_TRANSFERS_PORT}:51413
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=false"

View File

@ -5,7 +5,7 @@ services:
image: bobokun/qbit_manage
volumes:
- ./config:/config:rw
- /volume1/data:/data:rw
- ${HOST_DATA_FOLDER}:/data:rw
environment:
- TZ=Europe/Madrid
- QBT_SCHEDULE=1440

View File

@ -5,15 +5,15 @@ services:
image: lscr.io/linuxserver/radarr
container_name: mangrana_radarr
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
volumes:
- ./config:/config
- ${JOBS_RADARR}:/jobs
- /volume1/data:/data
- ${HOST_DATA_FOLDER}:/data
ports:
- 7878:7878
- ${HOST_WEBUI_PORT}:7878
restart: unless-stopped
networks:
- qbit_default

View File

@ -5,15 +5,15 @@ services:
image: lscr.io/linuxserver/sonarr
container_name: mangrana_sonarr
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
volumes:
- ./config:/config
- ${JOBS_SONARR}:/jobs
- /volume1/data:/data
- ${HOST_DATA_FOLDER}:/data
ports:
- 8989:8989
- ${HOST_WEBUI_PORT}:8989
restart: unless-stopped
networks:
- qbit_default

View File

@ -5,11 +5,11 @@ services:
container_name: mangrana_tautulli
image: ghcr.io/linuxserver/tautulli
environment:
- PUID=1026
- PGID=100
- PUID=${USER}
- PGID=${GROUP}
- TZ=Europe/Madrid
volumes:
- ./config:/config
ports:
- 8182:8181
- ${HOST_WEBUI_PORT}:8181
restart: unless-stopped