mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update
This commit is contained in:
+4
-2
@@ -49,13 +49,15 @@ spec:
|
||||
- name: LANGFLOW_SAVE_DB_IN_CONFIG_DIR
|
||||
value: "true"
|
||||
- name: LANGFLOW_REDIS_HOST
|
||||
value: "redis-master.db.svc.cluster.local"
|
||||
value: "redis-master.db"
|
||||
- name: LANGFLOW_REDIS_PORT
|
||||
value: "6379"
|
||||
- name: LANGFLOW_CACHE_TYPE
|
||||
value: "memory"
|
||||
value: "redis"
|
||||
- name: LANGFLOW_PORT
|
||||
value: "7860"
|
||||
- name: DO_NOT_TRACK
|
||||
value: "true"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/var/lib/langflow"
|
||||
|
||||
Reference in New Issue
Block a user