diff --git a/.env.example b/.env.example index 0ae8348..45c554e 100644 --- a/.env.example +++ b/.env.example @@ -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. diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 903b975..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -.env -.env.test -volumes/ -shared/ -supabase/ -searxng/uwsgi.ini -searxng/settings.yml \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 8ae7585..51da5da 100644 --- a/docker-compose.yml +++ b/docker-compose.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: