mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
13 lines
779 B
JSON
13 lines
779 B
JSON
{
|
|
"repository": "https://github.com/langflow-ai/langflow",
|
|
"dockerDocs": "https://docs.langflow.org/deployment-docker",
|
|
"composeFile": "https://github.com/langflow-ai/langflow/blob/main/docs/docs/Deployment/deployment-docker.mdx",
|
|
"imageRegistry": "https://hub.docker.com/r/langflowai/langflow",
|
|
"release": "https://github.com/langflow-ai/langflow/releases/tag/v1.10.2",
|
|
"notes": [
|
|
"The official image publishes linux/amd64 and linux/arm64 manifests and runs as UID 1000.",
|
|
"The official quickstart supports a single-container SQLite deployment; this package persists it under /app/langflow.",
|
|
"PostgreSQL is an upstream-supported alternative, but no database sidecar is bundled because the tested SQLite mode is complete and directly installable."
|
|
]
|
|
}
|