Merge pull request #59 from leex279/flowise-auth

Flowise auth
This commit is contained in:
Cole Medin
2025-05-12 06:42:30 -05:00
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@@ -118,6 +118,12 @@ KONG_HTTPS_PORT=8443
PGRST_DB_SCHEMAS=public,storage,graphql_public
############
# Flowise - Authentication Configuration for Flowise.
############
#FLOWISE_USERNAME=your_username
#FLOWISE_PASSWORD=your_password
############
# Auth - Configuration for the GoTrue authentication server.

7
.gitignore vendored
View File

@@ -1,7 +0,0 @@
.env
.env.test
volumes/
shared/
supabase/
searxng/uwsgi.ini
searxng/settings.yml

View File

@@ -58,6 +58,8 @@ services:
container_name: flowise
environment:
- PORT=3001
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
ports:
- 3001:3001
extra_hosts: