mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-29 02:59:59 +00:00
@@ -118,6 +118,12 @@ KONG_HTTPS_PORT=8443
|
|||||||
|
|
||||||
PGRST_DB_SCHEMAS=public,storage,graphql_public
|
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.
|
# 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
|
container_name: flowise
|
||||||
environment:
|
environment:
|
||||||
- PORT=3001
|
- PORT=3001
|
||||||
|
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
|
||||||
|
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user