chore: commit all modified and untracked stacks
This commit is contained in:
@@ -5,9 +5,7 @@ networks:
|
||||
external: true
|
||||
pangolin:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
||||
ollama:
|
||||
container_name: ollama
|
||||
image: ollama/ollama:latest
|
||||
@@ -29,13 +27,6 @@ services:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:11434/ >/dev/null 2>&1 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
|
||||
openwebui:
|
||||
container_name: openwebui
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
@@ -56,41 +47,40 @@ services:
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/openwebui:/app/backend/data
|
||||
depends_on:
|
||||
ollama:
|
||||
condition: service_healthy
|
||||
- ollama
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/ >/dev/null 2>&1 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
|
||||
scriberr:
|
||||
container_name: scriberr
|
||||
image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ai-net
|
||||
- pangolin
|
||||
ports:
|
||||
- "8032:8080"
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
HF_TOKEN: ${HF_TOKEN}
|
||||
NVIDIA_VISIBLE_DEVICES: all
|
||||
NVIDIA_DRIVER_CAPABILITIES: compute,utility
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/scriberr:/app/data
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/ >/dev/null 2>&1 || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:8080/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
# scriberr:
|
||||
# container_name: scriberr
|
||||
# image: ghcr.io/rishikanthc/scriberr-cuda:v1.2.0
|
||||
# restart: unless-stopped
|
||||
# privileged: true
|
||||
# networks:
|
||||
# - ai-net
|
||||
# - pangolin
|
||||
# ports:
|
||||
# - "8032:8080"
|
||||
# environment:
|
||||
# TZ: ${TZ}
|
||||
# HF_TOKEN: ${HF_TOKEN}
|
||||
# NVIDIA_VISIBLE_DEVICES: all
|
||||
# NVIDIA_DRIVER_CAPABILITIES: compute,utility
|
||||
# volumes:
|
||||
# - /mnt/docker-ssd/docker/appdata/scriberr:/app/data
|
||||
# deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
# devices:
|
||||
# - driver: nvidia
|
||||
# count: all
|
||||
# capabilities: [gpu]
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "curl -sf http://127.0.0.1:8080/ || exit 1"]
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 3
|
||||
# start_period: 60s
|
||||
|
||||
Reference in New Issue
Block a user