Optimized flowise

This commit is contained in:
2025-09-23 03:03:11 +02:00
parent b638d00d73
commit 1b91ddeac2
4 changed files with 7 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ features:
server:
domains:
canonical:
flowise: "flowise.ai.{{ PRIMARY_DOMAIN }}"
- "flow.ai.{{ PRIMARY_DOMAIN }}"
aliases: []
csp:
flags: {}
@@ -40,7 +40,7 @@ docker:
flowise:
backup:
no_stop_required: true
image: flowiseai/flowise:latest
image: flowiseai/flowise
version: latest
name: flowise
redis:

View File

@@ -23,9 +23,6 @@
- name: "flush handlers of docker compose"
meta: flush_handlers
- name: "Include role sys-stk-front-proxy for each UI domain"
- name: "Include role sys-stk-front-proxy for '{{ application_id }}'"
include_role:
name: sys-stk-front-proxy
vars:
domain: "{{ item.domain }}"
http_port: "{{ item.http_port }}"

View File

@@ -3,8 +3,6 @@
{% include 'roles/docker-container/templates/base.yml.j2' %}
image: {{ FLOWISE_LITELLM_IMAGE }}:{{ FLOWISE_LITELLM_VERSION }}
container_name: {{ FLOWISE_LITELLM_CONTAINER }}
depends_on:
- ollama
expose:
- {{ FLOWISE_LITELLM_PORT }}
volumes:

View File

@@ -1,5 +1,7 @@
# General
application_id: "web-app-flowise"
application_id: "web-app-flowise"
domain: "{{ domains | get_domain(application_id) }}"
http_port: "{{ ports.localhost.http[application_id] }}"
# Flowise
# https://flowiseai.com/