Removing Ollamma, Stable Diffusion UI, and Meilisearch.
This commit is contained in:
+3
-43
@@ -3741,20 +3741,6 @@ services:
|
|||||||
<<: *valkey-params
|
<<: *valkey-params
|
||||||
volumes:
|
volumes:
|
||||||
- maxun-valkey-data:/data/valkey
|
- maxun-valkey-data:/data/valkey
|
||||||
meilisearch:
|
|
||||||
container_name: meilisearch
|
|
||||||
environment:
|
|
||||||
MEILI_HOST: http://meilisearch:7700
|
|
||||||
MEILI_NO_ANALYTICS: true
|
|
||||||
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY}
|
|
||||||
image: getmeili/meilisearch:v1.26@sha256:773759814f59214a0971dc8810ae1d85002e92166d99760cd546d5ee8ac37c14
|
|
||||||
ports:
|
|
||||||
- 7700:7700
|
|
||||||
profiles: ["rinoa-apps"]
|
|
||||||
restart: always
|
|
||||||
user: ${PUID}:${PGID}
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_VOLUME_CONFIG}/meilisearch:/meili_data
|
|
||||||
meme-search-pro:
|
meme-search-pro:
|
||||||
container_name: meme-search-pro
|
container_name: meme-search-pro
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -4275,15 +4261,6 @@ services:
|
|||||||
<<: *valkey-params
|
<<: *valkey-params
|
||||||
volumes:
|
volumes:
|
||||||
- nocodb_valkey_data:/data/valkey
|
- nocodb_valkey_data:/data/valkey
|
||||||
ollama:
|
|
||||||
container_name: ollama
|
|
||||||
image: ollama/ollama:latest@sha256:d4188c1dfa870386a14e299976aed96daeb83876b69e1a852c9d09ea76463b9f
|
|
||||||
ports:
|
|
||||||
- 11434:11434
|
|
||||||
profiles: ["rinoa-apps"]
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- ollama:/root/.ollama
|
|
||||||
ombi:
|
ombi:
|
||||||
container_name: ombi
|
container_name: ombi
|
||||||
environment:
|
environment:
|
||||||
@@ -4400,16 +4377,16 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
environment:
|
environment:
|
||||||
OLLAMA_BASE_URLS: http://ollama:11434;http://192.168.1.250:11434;http://192.168.1.252:11434
|
OLLAMA_BASE_URLS: http://192.168.1.249:11434;http://192.168.1.248:11434
|
||||||
WEBUI_AUTH: false
|
WEBUI_AUTH: false
|
||||||
ENABLE_IMAGE_GENERATION: "true"
|
ENABLE_IMAGE_GENERATION: "true"
|
||||||
AUTOMATIC1111_BASE_URL: http://stable-diffusion-webui:7860
|
AUTOMATIC1111_BASE_URL: http://192.168.1.249:7860
|
||||||
IMAGE_SIZE: "1024x1024"
|
IMAGE_SIZE: "1024x1024"
|
||||||
IMAGE_STEPS: "3"
|
IMAGE_STEPS: "3"
|
||||||
ENABLE_OTEL: true
|
ENABLE_OTEL: true
|
||||||
ENABLE_OTEL_METRICS: true
|
ENABLE_OTEL_METRICS: true
|
||||||
OTEL_EXPORTER_OTLP_INSECURE: true # Use insecure connection for OTLP, remove in production
|
OTEL_EXPORTER_OTLP_INSECURE: true # Use insecure connection for OTLP, remove in production
|
||||||
OTEL_EXPORTER_OTLP_ENDPOINT: http://signoz-otel-collector:4317
|
OTEL_EXPORTER_OTLP_ENDPOINT: http://192.168.1.254:4317
|
||||||
OTEL_SERVICE_NAME: open-webui
|
OTEL_SERVICE_NAME: open-webui
|
||||||
ENABLE_RAG_WEB_SEARCH: True
|
ENABLE_RAG_WEB_SEARCH: True
|
||||||
RAG_WEB_SEARCH_ENGINE: searxng
|
RAG_WEB_SEARCH_ENGINE: searxng
|
||||||
@@ -6205,21 +6182,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/speedtest-tracker:/config
|
- ${DOCKER_VOLUME_CONFIG}/speedtest-tracker:/config
|
||||||
stable-diffusion-webui:
|
|
||||||
container_name: stable-diffusion-webui
|
|
||||||
image: ghcr.io/neggles/sd-webui-docker:latest@sha256:1795fe796e1dad0d8d3baa9ef7c38a255b69c0878b76869feecc617bfd015e53
|
|
||||||
environment:
|
|
||||||
CLI_ARGS: "--api --use-cpu all --precision full --no-half --skip-torch-cuda-test --ckpt /empty.pt --do-not-download-clip --disable-nan-check --disable-opt-split-attention"
|
|
||||||
PYTHONUNBUFFERED: "1"
|
|
||||||
TERM: "vt100"
|
|
||||||
SD_WEBUI_VARIANT: "default"
|
|
||||||
ports:
|
|
||||||
- 7860:7860
|
|
||||||
profiles: ["rinoa-apps"]
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
|
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
|
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
container_name: stirling-pdf
|
container_name: stirling-pdf
|
||||||
environment:
|
environment:
|
||||||
@@ -6992,8 +6954,6 @@ volumes:
|
|||||||
name: nocodb_pg_data
|
name: nocodb_pg_data
|
||||||
nocodb_valkey_data:
|
nocodb_valkey_data:
|
||||||
name: nocodb_valkey_data
|
name: nocodb_valkey_data
|
||||||
ollama:
|
|
||||||
name: ollama
|
|
||||||
open-webui-data:
|
open-webui-data:
|
||||||
name: open-webui-data
|
name: open-webui-data
|
||||||
open-webui-valkey-data:
|
open-webui-valkey-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user