feat: add flowise

This commit is contained in:
Sun-ZhenXing
2026-01-20 13:10:28 +08:00
parent 10aa0a4e85
commit 1c528c0e64
12 changed files with 162 additions and 31 deletions

21
src/flowise/.env.example Normal file
View File

@@ -0,0 +1,21 @@
# Global Registry Prefix (optional)
# GLOBAL_REGISTRY=
# Flowise Image Version
FLOWISE_VERSION=3.0.12
# Timezone
TZ=UTC
# Port to bind to on the host machine
FLOWISE_PORT_OVERRIDE=3000
# Resource Limits
FLOWISE_CPU_LIMIT=1
FLOWISE_MEMORY_LIMIT=1024M
FLOWISE_CPU_RESERVATION=0.5
FLOWISE_MEMORY_RESERVATION=512M
# Optional basic auth (leave empty to disable)
# FLOWISE_USERNAME=
# FLOWISE_PASSWORD=