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:
|
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:
|
||||||
|
@@ -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 }}"
|
|
||||||
|
@@ -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:
|
||||||
|
@@ -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/
|
||||||
|
Reference in New Issue
Block a user