Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
412d412ab8 | ||
|
|
17b6f74694 | ||
|
|
888bcf2a5d | ||
|
|
f915ca3319 | ||
|
|
136e6de2e2 | ||
|
|
d9d52479e6 | ||
|
|
c60a382c98 | ||
|
|
8559192606 | ||
|
|
a415366e63 | ||
|
|
edef53f2eb | ||
|
|
0684f122f6 | ||
|
|
da83d83d9f |
@@ -1,3 +1,7 @@
|
|||||||
# Bragi-Local
|
# Bragi-Local
|
||||||
|
|
||||||
My Compose Stacks for all my Docker Services running on my Local Server
|
My Compose Stacks for all my Docker Services running on my Local Server
|
||||||
|
|
||||||
|
06_maintanance:
|
||||||
|
- Lubelogger
|
||||||
|
- Postgresql for Lubelogger
|
||||||
+37
-114
@@ -1,129 +1,52 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
deemix:
|
freshrss:
|
||||||
image: ghcr.io/bambanah/deemix:latest
|
image: freshrss/freshrss:latest
|
||||||
container_name: Deemix
|
container_name: freshrss
|
||||||
volumes:
|
|
||||||
- /mnt/hdd/Media/Music:/downloads
|
|
||||||
- /opt/02_media_downloader/deemix:/config
|
|
||||||
environment:
|
environment:
|
||||||
- DEEMIX_SINGLE_USER=true
|
TZ: Europe/Berlin
|
||||||
|
CRON_MIN: '*/15'
|
||||||
# ports:
|
# ports:
|
||||||
# - '6595:6595'
|
# - 80:80
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
seerr:
|
|
||||||
image: ghcr.io/seerr-team/seerr:latest
|
|
||||||
init: true
|
|
||||||
container_name: Seerr
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/download/seerr/config:/app/config
|
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
||||||
ports:
|
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||||
- '5055:5055'
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- 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
|
|
||||||
|
|
||||||
slskd:
|
kavita:
|
||||||
image: slskd/slskd
|
image: lscr.io/linuxserver/kavita:latest
|
||||||
container_name: slskd
|
container_name: kavita
|
||||||
user: "1000:1000"
|
|
||||||
environment:
|
environment:
|
||||||
- SLSKD_REMOTE_CONFIGURATION=true
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/02_media_downloader/slskd/:/app
|
- /opt/08_reading/kavita/config:/config
|
||||||
- /mnt/hdd/Media/incomplete:/downloads/incomplete
|
- /mnt/immich/Books:/books
|
||||||
- /mnt/hdd/Media/Music:/downloads/complete
|
# - /path/to/data:/data #optional
|
||||||
network_mode: service:gluetun
|
# ports:
|
||||||
restart: always
|
# - 5000:5000
|
||||||
|
|
||||||
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
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
|
||||||
sonarr:
|
leafwiki:
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: ghcr.io/perber/leafwiki:latest
|
||||||
container_name: sonarr
|
container_name: leafwiki
|
||||||
volumes:
|
user: 1000:1000
|
||||||
- /opt/download/sonarr/data:/config
|
# ports:
|
||||||
- /mnt/big/Media/Film/Series:/downloads
|
# - "8080:8080"
|
||||||
- /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
|
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=protonvpn
|
- LEAFWIKI_JWT_SECRET=${JWT}
|
||||||
- VPN_TYPE=openvpn
|
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
|
||||||
- OPENVPN_USER=${USER}
|
- LEAFWIKI_ALLOW_INSECURE=true
|
||||||
- OPENVPN_PASSWORD=${Password}
|
volumes:
|
||||||
# - SERVER_COUNTRIES=Bulgaria
|
- /opt/08_reading/leafwiki:/app/data
|
||||||
- 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
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user