mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 18:26:54 +00:00
16 lines
330 B
YAML
16 lines
330 B
YAML
# include:
|
|
# - compose.observability.yaml
|
|
services:
|
|
speaches:
|
|
extends:
|
|
file: compose.yaml
|
|
service: speaches
|
|
image: ghcr.io/speaches-ai/speaches:latest-cpu
|
|
build:
|
|
args:
|
|
BASE_IMAGE: ubuntu:24.04
|
|
volumes:
|
|
- hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
|
|
volumes:
|
|
hf-hub-cache:
|