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

View File

@@ -23,9 +23,6 @@
- name: "flush handlers of docker compose" - name: "flush handlers of docker compose"
meta: flush_handlers 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: include_role:
name: sys-stk-front-proxy 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' %} {% include 'roles/docker-container/templates/base.yml.j2' %}
image: {{ FLOWISE_LITELLM_IMAGE }}:{{ FLOWISE_LITELLM_VERSION }} image: {{ FLOWISE_LITELLM_IMAGE }}:{{ FLOWISE_LITELLM_VERSION }}
container_name: {{ FLOWISE_LITELLM_CONTAINER }} container_name: {{ FLOWISE_LITELLM_CONTAINER }}
depends_on:
- ollama
expose: expose:
- {{ FLOWISE_LITELLM_PORT }} - {{ FLOWISE_LITELLM_PORT }}
volumes: volumes:

View File

@@ -1,5 +1,7 @@
# General # 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 # Flowise
# https://flowiseai.com/ # https://flowiseai.com/