Files
compose-anything/src/flowise/.env.example
T
2026-05-14 16:22:07 +08:00

21 lines
403 B
Bash

# 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.0
FLOWISE_MEMORY_LIMIT=1024M
FLOWISE_CPU_RESERVATION=0.1
FLOWISE_MEMORY_RESERVATION=512M
# Optional basic auth (leave empty to disable)
# FLOWISE_USERNAME=
# FLOWISE_PASSWORD=