fix: re-add removed variable + fix documentation (#5902)

re-add removed variable + fix documentation

Co-authored-by: Ítalo Johnny <italojohnnydosanjos@gmail.com>
This commit is contained in:
Mattias Michaux 2025-01-29 03:54:03 +01:00 committed by GitHub
commit 50ae0742a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,7 @@ Environment variables:
Volumes:
- `langflow-data`: This volume is mapped to `/var/lib/langflow` in the container.
- `langflow-data`: This volume is mapped to `/app/langflow` in the container.
### PostgreSQL Service

View file

@ -11,6 +11,7 @@ services:
environment:
- LANGFLOW_DATABASE_URL=postgresql://langflow:langflow@postgres:5432/langflow
# This variable defines where the logs, file storage, monitor data and secret keys are stored.
- LANGFLOW_CONFIG_DIR=/app/langflow
volumes:
- langflow-data:/app/langflow

View file

@ -59,7 +59,7 @@ Environment variables:
Volumes:
- `langflow-data`: This volume is mapped to `/var/lib/langflow` in the container.
- `langflow-data`: This volume is mapped to `/app/langflow` in the container.
### PostgreSQL service {#121140decbfe4997b12213bdd2c4da7e}