chore: simplify docker (#2526)
* chore: add docker command shortcuts to makefile * chore: replaced entreypoint with cmd * chore: remove enviroment variable
This commit is contained in:
parent
1a035a923c
commit
29e662848c
5 changed files with 59 additions and 4 deletions
|
|
@ -10,7 +10,6 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue