1 Commits

Author SHA1 Message Date
cjones e785743580 Upgrade Nextcloud to v33 Nextcloud Hub 26 Winter 2026-04-18 17:44:08 -04:00
2 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
app: app:
depends_on: depends_on:
- db - db
image: nextcloud:32 image: nextcloud:33
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80
-18
View File
@@ -1,18 +0,0 @@
services:
whisper-streaming:
image: ghcr.io/ufal/whisper_streaming:latest
container_name: whisper-live-stream
restart: unless-stopped
ports:
- "8071:8000" # WebSocket port for the streaming client
environment:
- MODEL=base # Options: tiny, base, small, medium (base is best balance for 13700K)
- LANGUAGE=en # Hardcoding to English reduces processing lag
- COMPUTE_TYPE=int8 # Optimizes the model for rapid CPU integer math
- THREADS=4 # Restricts execution to 4 performance cores to protect host OS
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"