mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-08 06:43:22 +00:00
@@ -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
7
.gitignore
vendored
@@ -1,7 +0,0 @@
|
||||
.env
|
||||
.env.test
|
||||
volumes/
|
||||
shared/
|
||||
supabase/
|
||||
searxng/uwsgi.ini
|
||||
searxng/settings.yml
|
||||
@@ -58,6 +58,8 @@ services:
|
||||
container_name: flowise
|
||||
environment:
|
||||
- PORT=3001
|
||||
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
|
||||
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
|
||||
ports:
|
||||
- 3001:3001
|
||||
extra_hosts:
|
||||
|
||||
Reference in New Issue
Block a user