Skip to content

Conversation

sawenaa
Copy link

@sawenaa sawenaa commented Aug 24, 2025

Summary

Adds ENV DATABASE_URL=${DATABASE_URL} to the Dockerfile so platform deployments
(Render, k8s, Docker Compose, etc.) can configure Flowise with an external DB
(Postgres or a SQLite file path) via environment variable.

Motivation

Many hosts inject DB connection strings at runtime as env vars. Today, users
either rebuild images or rely on defaults. This change makes the variable
explicit in the official Docker image so it can be set cleanly at runtime.

Change

-  # previous lines…
+  ENV DATABASE_URL=${DATABASE_URL}
   WORKDIR /usr/src

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant