Compare commits
9 Commits
b3a007f8b9
...
master
Author | SHA1 | Date | |
---|---|---|---|
700eb145bf | |||
265d50897b | |||
af8fb1a502 | |||
4a8ea0a8b6 | |||
0646176d74 | |||
af456f7260 | |||
87ec56ee56 | |||
254ef750c7 | |||
5e7d2e7486 |
63
README.md
63
README.md
@@ -16,29 +16,35 @@ docker compose up -d
|
|||||||
## 📋 Services Overview
|
## 📋 Services Overview
|
||||||
|
|
||||||
### 🎬 Media Management
|
### 🎬 Media Management
|
||||||
- **Bazarr** (6767) - Subtitle management
|
- **Bazarr** (6767) - Subtitle Management
|
||||||
- **FlareSolverr** (8191) - Cloudflare bypass
|
- **FlareSolverr** (8191) - Cloudflare Bypass
|
||||||
- **Jellyfin** (8096) - Media streaming server
|
- **Jellyfin** (8096) - Media Streaming Server
|
||||||
- **Jellyseerr** (5055) - Media request management
|
- **Jellyseerr** (5055) - Media Request Management
|
||||||
- **Lidarr** (8686) - Music management
|
- **Prowlarr** (9696) - Indexer Management
|
||||||
- **Prowlarr** (9696) - Indexer management
|
- **qBittorrent** (7070) - Download Client
|
||||||
- **qBittorrent** (7070) - Download client
|
- **Radarr** (7878) - Movie Management
|
||||||
- **Radarr** (7878) - Movie management
|
- **Sonarr** (8989) - TV Series Management
|
||||||
- **Sonarr** (8989) - TV series management
|
|
||||||
|
|
||||||
### 🎵 Music & Scrobbling
|
### 🎵 Music & Scrobbling
|
||||||
- **Maloja** (42010) - Music statistics
|
- **Lidarr** (8686) - Music management
|
||||||
- **Multi-Scrobbler** (9078) - Music scrobbling
|
- **Lidarr Importer API** (5110) - API of Maloja DB for Lidarr Import
|
||||||
|
- **Maloja** (42010) - Music Statistics
|
||||||
|
- **MBID-Poller** - Polls Lidar API with Scrobbled artists then auto adds once found.
|
||||||
|
- **Multi-Scrobbler** (9078) - Music Scrobbling
|
||||||
|
- **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import
|
||||||
|
- **Pinchflat** (8945) - Youtube Content Downloader
|
||||||
|
- **Soulseek** (5030) - P2P Filesharer
|
||||||
|
- **Soularr** - Intermediary between Lidarr and Soulseek
|
||||||
|
|
||||||
### 📄 Document Management
|
### 📄 Document Management
|
||||||
- **Gotenberg** - Document conversion
|
- **Gotenberg** - Document Conversion
|
||||||
- **OnlyOffice** (8054) - Document editing
|
- **OnlyOffice** (8054) - Document Editing
|
||||||
- **Paperless AI** (3040) - AI document enhancement
|
- **Paperless AI** (3040) - AI Document Enhancement
|
||||||
- **Paperless NGX** (8100) - Document management
|
- **Paperless NGX** (8100) - Document Management
|
||||||
- **Redis** - Paperless broker
|
- **Redis** - Paperless Broker
|
||||||
- **MariaDB** - Paperless database
|
- **MariaDB** - Paperless Database
|
||||||
- **Stirling PDF** (8090) - PDF processing
|
- **Stirling PDF** (8090) - PDF Processing
|
||||||
- **Tika** - Content extraction
|
- **Tika** - Content Extraction
|
||||||
|
|
||||||
### 🏠 Personal Applications
|
### 🏠 Personal Applications
|
||||||
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
||||||
@@ -55,6 +61,7 @@ docker compose up -d
|
|||||||
- **Syncthing** (8384) - File synchronization
|
- **Syncthing** (8384) - File synchronization
|
||||||
|
|
||||||
### 🛠️ System Utilities
|
### 🛠️ System Utilities
|
||||||
|
- **Bytestash** (5661) - Private Pastebin
|
||||||
- **Docker Proxy** (2375) - Docker API proxy
|
- **Docker Proxy** (2375) - Docker API proxy
|
||||||
- **FileBrowser** (6633) - Web file manager
|
- **FileBrowser** (6633) - Web file manager
|
||||||
- **FoundryVTT Watcher** (30000) - FoundryVTT player login watcher
|
- **FoundryVTT Watcher** (30000) - FoundryVTT player login watcher
|
||||||
@@ -68,6 +75,20 @@ docker compose up -d
|
|||||||
- **Speedtest Database** - MariaDB for speedtest
|
- **Speedtest Database** - MariaDB for speedtest
|
||||||
- **Speedtest Tracker** (8180) - Network monitoring
|
- **Speedtest Tracker** (8180) - Network monitoring
|
||||||
- **Watchtower** - Container updates
|
- **Watchtower** - Container updates
|
||||||
|
- **Whisper** - Speech Recognition System
|
||||||
|
|
||||||
|
### 💻 Proxmox Host
|
||||||
|
The core of this environment is a Proxmox host that orchestrates multiple services using both VMs and LXCs for resource isolation and management. The services currently running include:
|
||||||
|
|
||||||
|
- **AdGuard** - Network-wide ad and tracker blocking service.
|
||||||
|
- **Vaultwarden** - Self-hosted Bitwarden server for secure password management.
|
||||||
|
- **Immich** - Self-hosted, open-source photo and video backup solution.
|
||||||
|
- **n8n** - Workflow automation tool for connecting apps and services.
|
||||||
|
- **HAOS (Home Assistant)** - VM dedicated to home automation.
|
||||||
|
- **Wordpress** - Content management system for website hosting.
|
||||||
|
- **FoundryVTT** - Self-hosted virtual tabletop for role-playing games.
|
||||||
|
- **Crafty Controller** - Server manager for Minecraft.
|
||||||
|
- **Nextcloud OS** - Platform for private file hosting and collaboration.
|
||||||
|
|
||||||
## 🏗️ Architecture
|
## 🏗️ Architecture
|
||||||
|
|
||||||
@@ -78,7 +99,7 @@ The stack is organized into logical service groups:
|
|||||||
├── docker-compose.yml # Main orchestration for ephemeral services
|
├── docker-compose.yml # Main orchestration for ephemeral services
|
||||||
├── .env # Environment variables
|
├── .env # Environment variables
|
||||||
├── .env.template # Template for new deployments
|
├── .env.template # Template for new deployments
|
||||||
├── Services/
|
├── services/
|
||||||
│ ├── filebrowser/
|
│ ├── filebrowser/
|
||||||
│ ├── homepage/
|
│ ├── homepage/
|
||||||
│ └── ... # Other stateless services
|
│ └── ... # Other stateless services
|
||||||
@@ -185,4 +206,4 @@ docker compose ps
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**⚠️ Important**: This setup includes production credentials. Ensure `.env` is never committed to version control.
|
**⚠️ Important**: This setup includes production credentials. Ensure `.env` is never committed to version control.
|
||||||
|
@@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/Arrs/Bazarr/config:/config
|
- /docker-local/Arrs/Bazarr/config:/config
|
||||||
- /data/:/data/
|
- /data/:/data/
|
||||||
@@ -21,19 +21,18 @@ services:
|
|||||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||||
container_name: flaresolverr
|
container_name: flaresolverr
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
ports:
|
ports:
|
||||||
- 8191:8191
|
- 8191:8191
|
||||||
networks:
|
networks:
|
||||||
arr_network:
|
arr_network:
|
||||||
ipv4_address: 172.20.0.8
|
ipv4_address: 172.20.0.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- JELLYFIN_PublishedServerUrl=${JELLYFIN_URL}
|
- JELLYFIN_PublishedServerUrl=${JELLYFIN_URL}
|
||||||
@@ -53,7 +52,7 @@ services:
|
|||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ../docker-local/Arrs/Jellyseerr/config:/app/config
|
- ../docker-local/Arrs/Jellyseerr/config:/app/config
|
||||||
- /data/torrents:/downloads
|
- /data/torrents:/downloads
|
||||||
@@ -65,28 +64,28 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
lidarr:
|
lidarr:
|
||||||
image: lscr.io/linuxserver/lidarr:latest
|
image: ghcr.io/linuxserver-labs/prarr:lidarr-plugins
|
||||||
container_name: lidarr
|
container_name: lidarr
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/Arrs/Lidarr/config:/config
|
- /docker-local/Arrs/Lidarr/config:/config
|
||||||
- /data/:/data/
|
- /data/torrents/complete/lidarr:/data/downloads/complete/lidarr
|
||||||
- /data/torrents/:/downloads
|
- /data/music:/data/music
|
||||||
ports:
|
ports:
|
||||||
- 8686:8686
|
- 8686:8686
|
||||||
networks:
|
networks:
|
||||||
arr_network:
|
arr_network:
|
||||||
ipv4_address: 172.20.0.7
|
ipv4_address: 172.20.0.7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
image: lscr.io/linuxserver/prowlarr:latest
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
@@ -104,11 +103,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./services/qBittorrent/config:/config
|
- ./services/qBittorrent/config:/config
|
||||||
- /data/torrents:/downloads
|
- /data/torrents:/data/downloads
|
||||||
ports:
|
ports:
|
||||||
- 7070:8080
|
- 7070:8080
|
||||||
- 56881:6881
|
- 56881:6881
|
||||||
@@ -122,13 +121,13 @@ services:
|
|||||||
image: lscr.io/linuxserver/radarr:latest
|
image: lscr.io/linuxserver/radarr:latest
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/Arrs/Radarr/config:/config
|
- /docker-local/Arrs/Radarr/config:/config
|
||||||
- /data/:/data/
|
- /data/:/data/
|
||||||
- /data/torrents/:/downloads
|
- /data/torrents/complete/radarr:/data/downloads/complete/radarr
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
networks:
|
networks:
|
||||||
@@ -140,13 +139,13 @@ services:
|
|||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/Arrs/Sonarr/config:/config
|
- /docker-local/Arrs/Sonarr/config:/config
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /data/torrents:/downloads
|
- /data/torrents/complete/sonarr:/data/downloads/complete/sonarr
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
networks:
|
networks:
|
||||||
@@ -155,6 +154,21 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Music & Scrobbling
|
# Music & Scrobbling
|
||||||
|
beets:
|
||||||
|
image: lscr.io/linuxserver/beets:latest
|
||||||
|
container_name: beets
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=${TZ}
|
||||||
|
volumes:
|
||||||
|
- /docker-local/beets/config:/config
|
||||||
|
- /data/music:/music
|
||||||
|
- /data/downloads:/downloads
|
||||||
|
ports:
|
||||||
|
- 8337:8337
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
maloja:
|
maloja:
|
||||||
image: "krateng/maloja:latest"
|
image: "krateng/maloja:latest"
|
||||||
container_name: maloja
|
container_name: maloja
|
||||||
@@ -172,13 +186,22 @@ services:
|
|||||||
image: foxxmd/multi-scrobbler
|
image: foxxmd/multi-scrobbler
|
||||||
container_name: multi-scrobbler
|
container_name: multi-scrobbler
|
||||||
environment:
|
environment:
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- BASE_URL=${SCROBBLE_URL}
|
- BASE_URL=${SCROBBLE_URL}
|
||||||
- SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
# - SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
||||||
- SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
# - SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
||||||
- SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
# - SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
||||||
|
- YTM_COOKIE=${YTM_COOKIE}
|
||||||
|
# - YTM_REDIRECT_URI=${YTM_REDIRECT_URI}
|
||||||
|
# - YTM_CLIENT_ID=${YTM_CLIENT_ID}
|
||||||
|
# - YTM_CLIENT_SECRET=${YTM_CLIENT_SECRET}
|
||||||
|
- JELLYFIN_URL=${JELLYFIN_URL}
|
||||||
|
- JELLYFIN_APIKEY=${JELLYFIN_APIKEY}
|
||||||
|
- JELLYFIN_USER=${JELLYFIN_USER}
|
||||||
|
- LZ_TOKEN=${LZ_TOKEN}
|
||||||
|
- LZ_USER=${LZ_USER}
|
||||||
- MALOJA_URL=${MALOJA_URL}
|
- MALOJA_URL=${MALOJA_URL}
|
||||||
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
@@ -186,7 +209,64 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9078:9078"
|
- "9078:9078"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
lidarr-importer-api:
|
||||||
|
image: gitea.kansaigaijin.com/kansaigaijin/majola-lidarr-importer:latest
|
||||||
|
container_name: maloja-lidarr-importer-api
|
||||||
|
volumes:
|
||||||
|
- ./services/maloja_lidarr_api/logs:/app/logs
|
||||||
|
ports:
|
||||||
|
- "5110:5000"
|
||||||
|
environment:
|
||||||
|
- SOURCE_API_URL=${SOURCE_API_URL}
|
||||||
|
- SOURCE_API_KEY=${SOURCE_API_KEY}
|
||||||
|
restart: "unless-stopped"
|
||||||
|
|
||||||
|
pinchflat:
|
||||||
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||||
|
container_name: pinchflat
|
||||||
|
environment:
|
||||||
|
- TZ=${TZ}
|
||||||
|
ports:
|
||||||
|
- '8945:8945'
|
||||||
|
volumes:
|
||||||
|
- /docker-local/pinchflat/config:/config
|
||||||
|
- /data/torrents/:/downloads
|
||||||
|
|
||||||
|
slskd:
|
||||||
|
image: slskd/slskd
|
||||||
|
container_name: slskd
|
||||||
|
hostname: slskd
|
||||||
|
# user: 1000:1000
|
||||||
|
environment:
|
||||||
|
- TZ=${TZ}
|
||||||
|
- SLSKD_REMOTE_CONFIGURATION=true
|
||||||
|
- SLSKD_USERNAME=${SLSKD_USERNAME}
|
||||||
|
- SLSKD_PASSWORD=${SLSKD_PASSWORD}
|
||||||
|
ports:
|
||||||
|
- 5030:5030
|
||||||
|
- 5031:5031
|
||||||
|
- 50300:50300
|
||||||
|
volumes:
|
||||||
|
- /docker-local/slskd:/app
|
||||||
|
- /data:/data
|
||||||
|
- /data/torrents/slskd_downloads:/downloads
|
||||||
|
- /data/torrents/incomplete:/incomplete
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
soularr:
|
||||||
|
image: mrusse08/soularr:latest
|
||||||
|
container_name: soularr
|
||||||
|
hostname: soularr
|
||||||
|
user: 1000:1000
|
||||||
|
environment:
|
||||||
|
- TZ=${TZ}
|
||||||
|
- SCRIPT_INTERVAL=300
|
||||||
|
volumes:
|
||||||
|
- /data/torrents/slskd_downloads:/downloads
|
||||||
|
- ./services/soularr:/data
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
# Document Management
|
# Document Management
|
||||||
broker:
|
broker:
|
||||||
image: docker.io/library/redis:8
|
image: docker.io/library/redis:8
|
||||||
@@ -307,10 +387,10 @@ services:
|
|||||||
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
|
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
|
||||||
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
||||||
volumes:
|
volumes:
|
||||||
- ./Services/paperless/data:/usr/src/paperless/data
|
- ./services/paperless/data:/usr/src/paperless/data
|
||||||
- ./Services/paperless/media:/usr/src/paperless/media
|
- ./services/paperless/media:/usr/src/paperless/media
|
||||||
- ./Services/paperless/export:/usr/src/paperless/export
|
- ./services/paperless/export:/usr/src/paperless/export
|
||||||
- ./Services/paperless/consume:/usr/src/paperless/consume
|
- ./services/paperless/consume:/usr/src/paperless/consume
|
||||||
ports:
|
ports:
|
||||||
- "8100:8000"
|
- "8100:8000"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -413,7 +493,7 @@ services:
|
|||||||
container_name: kitchenowl-frontend
|
container_name: kitchenowl-frontend
|
||||||
image: tombursch/kitchenowl-web:latest
|
image: tombursch/kitchenowl-web:latest
|
||||||
environment:
|
environment:
|
||||||
- BACK_URL=kitchenowl-backend:5000 # Change this if you rename the containers
|
- BACK_URL=kitchenowl-backend:5000
|
||||||
ports:
|
ports:
|
||||||
- "8081:80"
|
- "8081:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -464,7 +544,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- DOCKER_MODS=linuxserver/mods:universal-git
|
- DOCKER_MODS=linuxserver/mods:universal-git
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/obsidian/vaults:/vaults
|
- /docker-local/obsidian/vaults:/vaults
|
||||||
@@ -482,7 +562,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TOKEN=${REDBOT_TOKEN}
|
- TOKEN=${REDBOT_TOKEN}
|
||||||
- PREFIX=!
|
- PREFIX=!
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -504,6 +584,23 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# System Utilities
|
# System Utilities
|
||||||
|
bytestash:
|
||||||
|
image: "ghcr.io/jordan-dalby/bytestash:latest"
|
||||||
|
container_name: bytestash
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /docker-local/bytestash/snippets:/data/snippets
|
||||||
|
ports:
|
||||||
|
- "5661:5000"
|
||||||
|
environment:
|
||||||
|
BASE_PATH: ""
|
||||||
|
JWT_SECRET: ${BYTE_JWT_SECRET}
|
||||||
|
TOKEN_EXPIRY: 24h
|
||||||
|
ALLOW_NEW_ACCOUNTS: "false"
|
||||||
|
DEBUG: "true"
|
||||||
|
DISABLE_ACCOUNTS: "false"
|
||||||
|
DISABLE_INTERNAL_ACCOUNTS: "false"
|
||||||
|
|
||||||
dockerproxy:
|
dockerproxy:
|
||||||
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||||
container_name: dockerproxy
|
container_name: dockerproxy
|
||||||
@@ -536,7 +633,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
foundry:
|
foundry:
|
||||||
build: ./Services/foundry-login
|
build: ./services/foundry-login
|
||||||
container_name: foundry-login
|
container_name: foundry-login
|
||||||
environment:
|
environment:
|
||||||
- SSH_HOST=${FOUNDRY_SSH_HOST}
|
- SSH_HOST=${FOUNDRY_SSH_HOST}
|
||||||
@@ -604,13 +701,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Pacific/Auckland
|
- TZ=${TZ}
|
||||||
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
||||||
volumes:
|
volumes:
|
||||||
- ./services/Homepage/config/images:/app/public/images
|
- ./services/Homepage/config/images:/app/public/images
|
||||||
- ./services/Homepage/config/icons:/app/public/icons
|
- ./services/Homepage/config/icons:/app/public/icons
|
||||||
- ./services/Homepage/config:/app/config
|
- ./services/Homepage/config:/app/config
|
||||||
- /docker:/mnt/docker
|
|
||||||
ports:
|
ports:
|
||||||
- 7575:3000
|
- 7575:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -635,7 +731,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
racknerd-api-converter:
|
racknerd-api-converter:
|
||||||
build: ./Services/racknerd-converter
|
build: ./services/racknerd-converter
|
||||||
container_name: RacknerdConverter
|
container_name: RacknerdConverter
|
||||||
environment:
|
environment:
|
||||||
- RACKNERD_API_KEY=${RACKNERD_API_KEY}
|
- RACKNERD_API_KEY=${RACKNERD_API_KEY}
|
||||||
@@ -708,6 +804,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
whisper:
|
||||||
|
image: linuxserver/faster-whisper:latest
|
||||||
|
container_name: faster-whisper
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=${TZ}
|
||||||
|
- WHISPER_MODEL=tiny-int8
|
||||||
|
- WHISPER_BEAM=1 #optional
|
||||||
|
- WHISPER_LANG=en #optional
|
||||||
|
volumes:
|
||||||
|
- ./services/whisper:/config
|
||||||
|
ports:
|
||||||
|
- 10300:10300
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
arr_network:
|
||||||
|
ipv4_address: 172.20.0.15
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
arr_network:
|
arr_network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
@@ -720,7 +835,6 @@ networks:
|
|||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.21.0.0/16
|
- subnet: 172.21.0.0/16
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
aidata:
|
aidata:
|
||||||
dbdata:
|
dbdata:
|
||||||
|
Reference in New Issue
Block a user