feat: add restate

This commit is contained in:
Sun-ZhenXing
2025-11-03 20:16:08 +08:00
parent 2a18f63c88
commit eff0807a92
142 changed files with 1395 additions and 338 deletions

View File

@@ -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: