mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
15 lines
1.1 KiB
JSON
15 lines
1.1 KiB
JSON
{
|
|
"repository": "https://github.com/chatwoot/chatwoot",
|
|
"dockerDocs": "https://developers.chatwoot.com/self-hosted/deployment/docker",
|
|
"composeFile": "https://raw.githubusercontent.com/chatwoot/chatwoot/develop/docker-compose.production.yaml",
|
|
"envDocs": "https://developers.chatwoot.com/self-hosted/configuration/environment-variables",
|
|
"imageTag": "https://hub.docker.com/r/chatwoot/chatwoot/tags?name=v4.15.1-ce",
|
|
"notes": [
|
|
"Issue requests: https://github.com/okxlin/appstore/issues/1870 and https://github.com/okxlin/appstore/issues/2917",
|
|
"Official Docker production documentation uses Rails web, Sidekiq worker, PostgreSQL and Redis services.",
|
|
"Official documentation requires running `rails db:chatwoot_prepare` for initial database setup and after upgrades; this adaptation runs it before the web service starts and lets the worker wait for the web healthcheck.",
|
|
"The packaged image is pinned to the Chatwoot CE tag `v4.15.1-ce` instead of the moving `latest` tag.",
|
|
"This app is intentionally not added to the Renovate automerge whitelist because it has database migrations, a worker service and pgvector-backed PostgreSQL."
|
|
]
|
|
}
|