396 lines
9.3 KiB
YAML
396 lines
9.3 KiB
YAML
version: '3'
|
|
|
|
services:
|
|
bazarr:
|
|
container_name: bazarr
|
|
image: lscr.io/linuxserver/bazarr:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 6767:6767
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/bazarr:/config
|
|
- ${MEDIA_DIR}:/media
|
|
|
|
collabora:
|
|
container_name: collabora
|
|
image: collabora/code:22.05.14.3.1
|
|
environment:
|
|
- alias_group1=${COLLABORA_DOMAIN}
|
|
- username=${COLLABORA_USERNAME}
|
|
- password=${COLLABORA_PASSWORD}
|
|
ports:
|
|
- 9980:9980
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/collabora/code:/etc/loolwsd
|
|
|
|
gluetun:
|
|
container_name: gluetun
|
|
image: qmcgaw/gluetun:v3.34
|
|
environment:
|
|
- VPN_SERVICE_PROVIDER=mullvad
|
|
- VPN_TYPE=wireguard
|
|
- WIREGUARD_PRIVATE_KEY=wKZNzuSxzjBew+QQxqwm1JPxx6Df2CBMHdQoTslzTW0=
|
|
- WIREGUARD_ADDRESSES=10.65.204.0/32
|
|
- HTTPPROXY=on
|
|
- SERVER_COUNTRIES=USA
|
|
- TZ=${TZ}
|
|
cap_add:
|
|
- NET_ADMIN
|
|
devices:
|
|
- /dev/net/tun:/dev/net/tun
|
|
ports:
|
|
- 3129:3129/tcp # Jdownloader
|
|
- 5800:5800/tcp # Jdownloader
|
|
- 8888:8888/tcp # HTTP proxy
|
|
- 8388:8388/tcp # Shadowsocks
|
|
- 8181:8080/tcp # SABnzbd
|
|
- 8282:8282/tcp # qBittorrent
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/gluetun:/gluetun
|
|
|
|
jackett:
|
|
container_name: jackett
|
|
image: lscr.io/linuxserver/jackett:latest
|
|
environment:
|
|
- PGID=${PGID}
|
|
- PUID=${PUID}
|
|
- TZ=${TZ}
|
|
- UMASK=${UMASK}
|
|
- AUTO_UPDATE=true
|
|
ports:
|
|
- 9117:9117/tcp
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/jackett/config:/config
|
|
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
|
|
|
jdownloader:
|
|
container_name: jdownloader
|
|
image: jlesage/jdownloader-2:latest
|
|
environment:
|
|
- PGID=${PGID}
|
|
- PUID=${PUID}
|
|
- UMASK=${UMASK}
|
|
- TZ=${TZ}
|
|
- KEEP_APP_RUNNING=1
|
|
- CLEAN_TMP_DIR=1
|
|
- MYJD_USER=akanealw@gmail.com
|
|
- MYJD_PASSWORD=trUKY4X8wzGiCr75ZmC9
|
|
- MYJD_DEVICE_NAME=dockerserver
|
|
- XDG_DOWNLOAD_DIR=/output
|
|
network_mode: "service:gluetun"
|
|
depends_on:
|
|
- gluetun
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/jdownloader:/config
|
|
- ${MEDIA_DIR}/downloads/jdownloader:/output
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
kavita:
|
|
container_name: kavita
|
|
image: kizaing/kavita:latest
|
|
ports:
|
|
- 5002:5000
|
|
restart: always
|
|
volumes:
|
|
- ${STORAGE_DIR}/ComicsAndManga:/comicsandmanga
|
|
- ${STORAGE_DIR}/Ebooks:/ebooks
|
|
- ${DOCKERCONFIGS}/kavita/config:/kavita/config
|
|
|
|
lidarr:
|
|
container_name: lidarr
|
|
image: lscr.io/linuxserver/lidarr:latest
|
|
environment:
|
|
- PGID=${PGID}
|
|
- PUID=${PUID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 8686:8686
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/lidarr/config:/config
|
|
- ${MEDIA_DIR}:/media
|
|
- ${STORAGE_DIR}//Music/Albums:/music
|
|
|
|
metube:
|
|
container_name: metube
|
|
hostname: metube
|
|
image: alexta69/metube
|
|
user: "1000:1000"
|
|
ports:
|
|
- 8082:8081
|
|
restart: always
|
|
volumes:
|
|
- ${MEDIA_DIR}/videos:/downloads
|
|
|
|
monitorr:
|
|
container_name: monitorr
|
|
image: monitorr/monitorr:latest
|
|
environment:
|
|
- PGID=${PGID}
|
|
- PUID=${PUID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 8084:80/tcp
|
|
restart: always
|
|
volumes:
|
|
- ${DATA_DIR}:/HD:ro
|
|
- ${DOCKERCONFIGS}/monitorr/app:/app
|
|
- ${DOCKERCONFIGS}/monitorr/config:/config
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
mstream:
|
|
container_name: mstream
|
|
image: lscr.io/linuxserver/mstream:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 3001:3000
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/mstream:/config
|
|
- ${STORAGE_DIR}/Music:/music
|
|
|
|
nzbhydra:
|
|
container_name: nzbhydra
|
|
image: lscr.io/linuxserver/nzbhydra2:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 5076:5076
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/nzbhydra/config:/config
|
|
- ${MEDIA_DIR}/downloads/nzbs:/nzbs
|
|
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
|
|
|
organizr:
|
|
container_name: organizr
|
|
image: organizr/organizr:latest
|
|
environment:
|
|
- PGID=${PGID}
|
|
- PUID=${PUID}
|
|
- FPM=true
|
|
ports:
|
|
- 8085:80/tcp
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/organizr/config:/config
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
overseerr:
|
|
container_name: overseerr
|
|
image: sctx/overseerr:latest
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 5055:5055
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/overseerr/config:/app/config
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
owncloud:
|
|
container_name: owncloud
|
|
image: owncloud/server:${OWNCLOUD_VERSION}
|
|
environment:
|
|
- OWNCLOUD_DOMAIN=${OWNCLOUD_DOMAIN}
|
|
- OWNCLOUD_TRUSTED_DOMAINS=${OWNCLOUD_TRUSTED_DOMAINS}
|
|
- OWNCLOUD_DB_TYPE=mysql
|
|
- OWNCLOUD_DB_NAME=owncloud
|
|
- OWNCLOUD_DB_USERNAME=owncloud
|
|
- OWNCLOUD_DB_PASSWORD=owncloud
|
|
- OWNCLOUD_DB_HOST=owncloud-mariadb
|
|
- OWNCLOUD_ADMIN_USERNAME=${ADMIN_USERNAME}
|
|
- OWNCLOUD_ADMIN_PASSWORD=${ADMIN_PASSWORD}
|
|
- OWNCLOUD_MYSQL_UTF8MB4=true
|
|
- OWNCLOUD_REDIS_ENABLED=true
|
|
- OWNCLOUD_REDIS_HOST=owncloud-redis
|
|
healthcheck:
|
|
test: ["CMD", "/usr/bin/healthcheck"]
|
|
interval: 30s
|
|
timeout: 10s
|
|
retries: 5
|
|
depends_on:
|
|
- owncloud-mariadb
|
|
- owncloud-redis
|
|
ports:
|
|
- 8092:8080
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/owncloud/files:/mnt/data
|
|
|
|
owncloud-mariadb:
|
|
container_name: owncloud-mariadb
|
|
image: mariadb:10.6
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=owncloud
|
|
- MYSQL_USER=owncloud
|
|
- MYSQL_PASSWORD=owncloud
|
|
- MYSQL_DATABASE=owncloud
|
|
command: ["--max-allowed-packet=128M", "--innodb-log-file-size=64M"]
|
|
healthcheck:
|
|
test: ["CMD", "mysqladmin", "ping", "-u", "root", "--password=owncloud"]
|
|
interval: 10s
|
|
timeout: 5s
|
|
retries: 5
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/owncloud/mariadb/mysql:/var/lib/mysql
|
|
|
|
owncloud-redis:
|
|
image: redis:6
|
|
container_name: owncloud-redis
|
|
command: ["--databases", "1"]
|
|
healthcheck:
|
|
test: ["CMD", "redis-cli", "ping"]
|
|
interval: 10s
|
|
timeout: 5s
|
|
retries: 5
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/owncloud/redis:/data
|
|
|
|
plex-meta-manager:
|
|
container_name: plex-meta-manager
|
|
image: lscr.io/linuxserver/plex-meta-manager:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
- PMM_CONFIG=/config/config.yml
|
|
- PMM_TIME=10:00
|
|
- PMM_RUN=True
|
|
- PMM_TEST=False
|
|
- PMM_NO_MISSING=False
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/plexmetamanager/config:/config
|
|
|
|
prowlarr:
|
|
container_name: prowlarr
|
|
image: ghcr.io/linuxserver/prowlarr:develop
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 9696:9696
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/prowlarr/config:/config
|
|
|
|
qbittorrent:
|
|
container_name: qbittorrent
|
|
image: lscr.io/linuxserver/qbittorrent:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
- WEBUI_PORT=8282
|
|
network_mode: "service:gluetun"
|
|
depends_on:
|
|
- gluetun
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/qbittorrent/config:/config
|
|
- ${MEDIA_DIR}:/media
|
|
- ${MEDIA_DIR}/downloads/torrents:/torrents
|
|
|
|
radarr:
|
|
container_name: radarr
|
|
image: lscr.io/linuxserver/radarr:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 7878:7878
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/radarr:/config
|
|
- ${MEDIA_DIR}:/media
|
|
|
|
s-pdf:
|
|
container_name: spdf
|
|
image: frooodle/s-pdf
|
|
ports:
|
|
- 8086:8080
|
|
restart: always
|
|
|
|
sabnzbd:
|
|
container_name: sabnzbd
|
|
image: lscr.io/linuxserver/sabnzbd:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
network_mode: "service:gluetun"
|
|
depends_on:
|
|
- gluetun
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/sabnzbd:/config
|
|
- ${MEDIA_DIR}:/media
|
|
- ${MEDIA_DIR}/downloads/nzbs:/nzbs
|
|
|
|
sonarr:
|
|
container_name: sonarr
|
|
image: lscr.io/linuxserver/sonarr:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 8989:8989
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/sonarr:/config
|
|
- ${MEDIA_DIR}:/media
|
|
|
|
syncthing:
|
|
container_name: syncthing
|
|
image: lscr.io/linuxserver/syncthing:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 8384:8384
|
|
- 22000:22000/tcp
|
|
- 22000:22000/udp
|
|
- 21027:21027/udp
|
|
restart: always
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/syncthing/config:/config
|
|
- ${STORAGE_DIR}:/storage
|
|
|
|
webnut:
|
|
container_name: webnut
|
|
image: teknologist/webnut
|
|
environment:
|
|
- UPS_HOST=192.168.1.41
|
|
- UPS_PORT=3493
|
|
- UPS_USER=upsmon
|
|
- UPS_PASSWORD=${ADMIN_PASSWORD}
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 6543:6543
|
|
restart: always
|
|
|
|
networks:
|
|
default:
|