File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- version : " 3.8"
2
-
3
1
services :
4
2
langflow :
5
- image : langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
3
+ image : langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
6
4
pull_policy : always # set to 'always' when using 'latest' image
7
5
ports :
8
6
- " 7860:7860"
@@ -11,7 +9,7 @@ services:
11
9
environment :
12
10
- LANGFLOW_DATABASE_URL=postgresql://langflow:langflow@postgres:5432/langflow
13
11
# This variable defines where the logs, file storage, monitor data and secret keys are stored.
14
- - LANGFLOW_CONFIG_DIR=/ app/langflow
12
+ - LANGFLOW_CONFIG_DIR=app/langflow
15
13
volumes :
16
14
- langflow-data:/app/langflow
17
15
@@ -21,8 +19,8 @@ services:
21
19
POSTGRES_USER : langflow
22
20
POSTGRES_PASSWORD : langflow
23
21
POSTGRES_DB : langflow
24
- expose :
25
- - 5432
22
+ ports :
23
+ - " 5432:5432 "
26
24
volumes :
27
25
- langflow-postgres:/var/lib/postgresql/data
28
26
You can’t perform that action at this time.
0 commit comments