mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
Optimized flowise
This commit is contained in:
@@ -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:
|
||||
|
@@ -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 }}"
|
||||
|
@@ -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:
|
||||
|
@@ -1,5 +1,7 @@
|
||||
# General
|
||||
application_id: "web-app-flowise"
|
||||
domain: "{{ domains | get_domain(application_id) }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
||||
# Flowise
|
||||
# https://flowiseai.com/
|
||||
|
Reference in New Issue
Block a user