Added Whisper to he stack and updated path naming

This commit is contained in:
2025-09-26 01:44:00 +00:00
parent af8fb1a502
commit 265d50897b
2 changed files with 29 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ docker compose up -d
- **Speedtest Database** - MariaDB for speedtest
- **Speedtest Tracker** (8180) - Network monitoring
- **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:
@@ -97,7 +98,7 @@ The stack is organized into logical service groups:
├── docker-compose.yml # Main orchestration for ephemeral services
├── .env # Environment variables
├── .env.template # Template for new deployments
├── Services/
├── services/
│ ├── filebrowser/
│ ├── homepage/
│ └── ... # Other stateless services