feat: add restate
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#
|
||||
# License: MIT (https://github.com/langflow-ai/langflow/blob/main/LICENSE)
|
||||
|
||||
x-default: &default
|
||||
x-defaults: &defaults
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -35,7 +35,7 @@ x-default: &default
|
||||
|
||||
services:
|
||||
langflow:
|
||||
<<: *default
|
||||
<<: *defaults
|
||||
image: langflowai/langflow:${LANGFLOW_VERSION:-latest}
|
||||
pull_policy: always
|
||||
container_name: langflow
|
||||
@@ -99,7 +99,7 @@ services:
|
||||
memory: "${LANGFLOW_MEMORY_RESERVATION:-512M}"
|
||||
|
||||
postgres:
|
||||
<<: *default
|
||||
<<: *defaults
|
||||
image: postgres:${POSTGRES_VERSION:-16-alpine}
|
||||
container_name: langflow-postgres
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user