Merge branch 'main' of gitea.paccoco.com:fizzlepoof/truenas-stacks
This commit is contained in:
@@ -105,52 +105,3 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
whisper:
|
|
||||||
container_name: whisper
|
|
||||||
image: fedirz/faster-whisper-server:latest-cuda
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- ai-net
|
|
||||||
- ai-services
|
|
||||||
ports:
|
|
||||||
- "8786:8000"
|
|
||||||
environment:
|
|
||||||
TZ: ${TZ}
|
|
||||||
WHISPER__MODEL: ${WHISPER_MODEL}
|
|
||||||
WHISPER__DEVICE: cuda
|
|
||||||
WHISPER__COMPUTE_TYPE: float16
|
|
||||||
volumes:
|
|
||||||
- /mnt/docker-ssd/docker/appdata/whisper:/root/.cache/huggingface
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
reservations:
|
|
||||||
devices:
|
|
||||||
- driver: nvidia
|
|
||||||
count: 1
|
|
||||||
capabilities: [gpu]
|
|
||||||
|
|
||||||
openclaw:
|
|
||||||
container_name: openclaw
|
|
||||||
image: ghcr.io/openclaw/openclaw:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- ai-net
|
|
||||||
- ai-services
|
|
||||||
- pangolin
|
|
||||||
ports:
|
|
||||||
- "18789:18789"
|
|
||||||
environment:
|
|
||||||
TZ: ${TZ}
|
|
||||||
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
|
|
||||||
OPENCLAW_DISABLE_BONJOUR: "1"
|
|
||||||
volumes:
|
|
||||||
- /mnt/docker-ssd/docker/appdata/openclaw/config:/home/node/.openclaw
|
|
||||||
- /mnt/docker-ssd/docker/appdata/openclaw/workspace:/home/node/.openclaw/workspace
|
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:18789/healthz || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 90s
|
|
||||||
|
|||||||
0
meshtastic/scripts/upgrade-watchdog.sh
Normal file → Executable file
0
meshtastic/scripts/upgrade-watchdog.sh
Normal file → Executable file
Reference in New Issue
Block a user