Added Whisper to he stack and updated path naming
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user