mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
refactor(objstore): extract MinIO into dedicated role 'web-app-minio' and adjust AI role
• Rename ports: web-app-ai_minio_* → web-app-minio_* in group_vars • Remove MinIO from web-app-ai (service, volumes, ENV) • Add new role web-app-minio (config, tasks, compose, env, vars) incl. front-proxy matrix • AI role: front-proxy loop via matrix; unify domain/port vars (OPENWEBUI/Flowise *_PORT_PUBLIC/_PORT_INTERNAL, *_DOMAIN) • Update compose templates accordingly Ref: https://chatgpt.com/share/68d15cb8-cf18-800f-b853-78962f751f81
This commit is contained in:
@@ -10,7 +10,6 @@ server:
|
||||
canonical:
|
||||
openwebui: "chat.ai.{{ PRIMARY_DOMAIN }}"
|
||||
flowise: "flowise.ai.{{ PRIMARY_DOMAIN }}"
|
||||
minio: "minio.ai.{{ PRIMARY_DOMAIN }}"
|
||||
aliases: []
|
||||
csp:
|
||||
flags: []
|
||||
@@ -58,12 +57,6 @@ docker:
|
||||
image: flowiseai/flowise:latest
|
||||
version: latest
|
||||
name: flowise
|
||||
minio:
|
||||
backup:
|
||||
no_stop_required: true
|
||||
image: quay.io/minio/minio:latest
|
||||
version: latest
|
||||
name: minio
|
||||
redis:
|
||||
enabled: false
|
||||
database:
|
||||
@@ -73,6 +66,5 @@ docker:
|
||||
ollama: ai_ollama_models
|
||||
qdrant: ai_qdrant_data
|
||||
flowise: ai_flowise_data
|
||||
minio: ai_minio_data
|
||||
credentials: {}
|
||||
|
||||
|
Reference in New Issue
Block a user