Compare commits
17
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9ece413b8 | ||
|
|
6456d78b83 | ||
|
|
3b4ab67927 | ||
|
|
c0ec9684ec | ||
|
|
b8f88ea29a | ||
|
|
e2e69a2d9b | ||
|
|
3b7582f4f5 | ||
|
|
c21b0dc575 | ||
|
|
0f6d59e8d9 | ||
|
|
e07471cb98 | ||
|
|
ae4a59a1cc | ||
|
|
a9f22ba516 | ||
|
|
e7ac6ebd5b | ||
|
|
cb7ba01586 | ||
|
|
9796d8648c | ||
|
|
de5af376db | ||
|
|
1d7b6f4d49 |
+49
-119
@@ -1,128 +1,58 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
deemix:
|
||||
image: ghcr.io/bambanah/deemix:latest
|
||||
container_name: Deemix
|
||||
volumes:
|
||||
- /mnt/hdd/Media/Music:/downloads
|
||||
- /opt/02_media_downloader/deemix:/config
|
||||
newt:
|
||||
image: fosrl/newt
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
environment:
|
||||
- DEEMIX_SINGLE_USER=true
|
||||
# ports:
|
||||
# - '6595:6595'
|
||||
networks:
|
||||
- bragi-local
|
||||
restart: unless-stopped
|
||||
|
||||
seerr:
|
||||
image: ghcr.io/seerr-team/seerr:latest
|
||||
init: true
|
||||
container_name: Seerr
|
||||
volumes:
|
||||
- /opt/download/seerr/config:/app/config
|
||||
ports:
|
||||
- '5055:5055'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
|
||||
start_period: 20s
|
||||
timeout: 3s
|
||||
interval: 15s
|
||||
retries: 3
|
||||
|
||||
# qbittorrent:
|
||||
# image: lscr.io/linuxserver/qbittorrent:latest
|
||||
# container_name: qbittorrent
|
||||
# volumes:
|
||||
# - /opt/download/qbittorrent/config:/config
|
||||
# - /mnt/big/Media/Film:/downloads
|
||||
# environment:
|
||||
# - WEBUI_PORT=8088
|
||||
# network_mode: service:gluetun
|
||||
# restart: unless-stopped
|
||||
- PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu
|
||||
- NEWT_ID=yogqsqz240z1kgr
|
||||
- NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933
|
||||
|
||||
slskd:
|
||||
image: slskd/slskd
|
||||
container_name: slskd
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
- SLSKD_REMOTE_CONFIGURATION=true
|
||||
hawser:
|
||||
image: ghcr.io/finsys/hawser:latest
|
||||
container_name: hawser
|
||||
volumes:
|
||||
- /opt/02_media_downloader/slskd/:/app
|
||||
- /mnt/hdd/Media/incomplete:/downloads/incomplete
|
||||
- /mnt/hdd/Media/Music:/downloads/complete
|
||||
network_mode: service:gluetun
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/hawser-stacks:/opt/hawser-stacks
|
||||
environment:
|
||||
- STACKS_DIR=/opt/hawser-stacks
|
||||
- DOCKHAND_SERVER_URL=wss://hydra.doeringer.eu/api/hawser/connect
|
||||
- TOKEN=Dj-xnGfioO4x2UcAS72ipxRzhP9PSJUS6F8R66vI2WQ
|
||||
|
||||
n8n:
|
||||
image: n8nio/n8n:latest
|
||||
container_name: n8n
|
||||
restart: always
|
||||
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
volumes:
|
||||
- /opt/download/sabnzbd/config:/config
|
||||
- /mnt/big/Media/incomplete:/incomplete-downloads
|
||||
- /mnt/big/Media/Film:/downloads
|
||||
network_mode: service:gluetun
|
||||
restart: unless-stopped
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: Prowlarr
|
||||
volumes:
|
||||
- /opt/download/prowlarr/config:/config
|
||||
network_mode: service:gluetun
|
||||
restart: unless-stopped
|
||||
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: Radarr
|
||||
volumes:
|
||||
- /opt/download/radarr/config:/config
|
||||
- /mnt/big/Media/Film/movies:/downloads
|
||||
- /mnt/big/Media/Films:/movies
|
||||
network_mode: service:gluetun
|
||||
restart: unless-stopped
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
volumes:
|
||||
- /opt/download/sonarr/data:/config
|
||||
- /mnt/big/Media/Film/Series:/downloads
|
||||
- /mnt/big/Media/Series:/tv
|
||||
network_mode: service:gluetun
|
||||
restart: unless-stopped
|
||||
|
||||
gluetun:
|
||||
image: qmcgaw/gluetun
|
||||
container_name: gluetun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
volumes:
|
||||
- /opt/download/gluetun:/gluetun
|
||||
user: "${n8n_user}"
|
||||
networks:
|
||||
- bragi-local
|
||||
# ports:
|
||||
# - "${N8N_Port}:80"
|
||||
environment:
|
||||
- VPN_SERVICE_PROVIDER=protonvpn
|
||||
- VPN_TYPE=openvpn
|
||||
- OPENVPN_USER=${USER}
|
||||
- OPENVPN_PASSWORD=${Password}
|
||||
# - SERVER_COUNTRIES=Bulgaria
|
||||
- UPDATER_PERIOD=24h
|
||||
ports:
|
||||
- '6881:6881' # Torrent port forwarding (Crucial for Gluetun)
|
||||
- '7878:7878' # Radarr
|
||||
- '8087:8080' # Sabnzbd (Internal 8080 -> External 8088)
|
||||
- '8989:8989' # Sonarr
|
||||
- '9696:9696' # Prowlarr
|
||||
- "5030:5030" # slskd HTTP
|
||||
- "5031:5031" # slskd HTTPS
|
||||
- "50300:50300" # slskd Incoming Connections
|
||||
restart: unless-stopped
|
||||
- N8N_COMMUNITY_PACKAGES_ENABLED=true
|
||||
- DB_SQLITE_POOL_SIZE=4
|
||||
- N8N_BASIC_AUTH_ACTIVE=true
|
||||
- N8N_RUNNERS_ENABLED=true
|
||||
- NODE_FUNCTION_ALLOW_EXTERNAL=ws
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
- N8N_LISTEN_ADDRESS=0.0.0.0
|
||||
- N8N_PROXY_HOPS=1
|
||||
- N8N_PROTOCOL=https
|
||||
- N8N_BASIC_AUTH_USER=${N8N_AUser}
|
||||
- N8N_BASIC_AUTH_PASSWORD=${N8N_APass}
|
||||
- N8N_HOST=${N8N_HOST}
|
||||
- WEBHOOK_URL=${N8N_Webhook}
|
||||
- N8N_PORT=80
|
||||
- N8N_ENABLE_EXECUTE_COMMAND=true
|
||||
- NODES_EXCLUDE=[]
|
||||
|
||||
#- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
volumes:
|
||||
- /opt/00_infra/n8n:/home/node
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
bragi-local:
|
||||
|
||||
Reference in New Issue
Block a user