diff --git a/README.md b/README.md index 50148da110..8b69c2e5d9 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ docker compose up -d After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process. +### Helm Chart + +A big thanks to @BorisPolonsky for providing us with a [Helm Chart](https://helm.sh/) version, which allows Dify to be deployed on Kubernetes. +You can go to https://github.com/BorisPolonsky/dify-helm for deployment information. + ### Configuration If you need to customize the configuration, please refer to the comments in our [docker-compose.yml](docker/docker-compose.yaml) file and manually set the environment configuration. After making the changes, please run 'docker-compose up -d' again. diff --git a/README_CN.md b/README_CN.md index aa3b516d3c..d90b553c3e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,6 +47,11 @@ docker compose up -d 运行后,可以在浏览器上访问 [http://localhost/install](http://localhost/install) 进入 Dify 控制台并开始初始化安装操作。 +### Helm Chart + +非常感谢 @BorisPolonsky 为我们提供了一个 [Helm Chart](https://helm.sh/) 版本,可以在 Kubernetes 上部署 Dify。 +您可以前往 https://github.com/BorisPolonsky/dify-helm 来获取部署信息。 + ### 配置 需要自定义配置,请参考我们的 [docker-compose.yml](docker/docker-compose.yaml) 文件中的注释,并手动设置环境配置,修改完毕后,请再次执行 `docker-compose up -d`。 diff --git a/README_ES.md b/README_ES.md index d9cef22a6b..e47a5e72e3 100644 --- a/README_ES.md +++ b/README_ES.md @@ -46,6 +46,11 @@ docker compose up -d Después de ejecutarlo, puedes acceder al panel de control de Dify en tu navegador desde [http://localhost/install](http://localhost/install) y comenzar el proceso de instalación de inicialización. +### Helm Chart + +Un gran agradecimiento a @BorisPolonsky por proporcionarnos una versión de [Helm Chart](https://helm.sh/), que permite desplegar Dify en Kubernetes. +Puede ir a https://github.com/BorisPolonsky/dify-helm para obtener información de despliegue. + ### Configuración Si necesitas personalizar la configuración, consulta los comentarios en nuestro archivo [docker-compose.yml](docker/docker-compose.yaml) y configura manualmente la configuración del entorno. Después de realizar los cambios, ejecuta nuevamente 'docker-compose up -d'. diff --git a/README_JA.md b/README_JA.md index 7b6a7ea745..26c9fa3193 100644 --- a/README_JA.md +++ b/README_JA.md @@ -46,6 +46,11 @@ docker compose up -d 実行後、ブラウザで [http://localhost/install](http://localhost/install) にアクセスし、初期化インストール作業を開始することができます。 +### Helm Chart + +@BorisPolonsky に大感謝します。彼は Dify を Kubernetes 上にデプロイするための [Helm Chart](https://helm.sh/) バージョンを提供してくれました。 +デプロイ情報については、https://github.com/BorisPolonsky/dify-helm をご覧ください。 + ### 構成 カスタマイズが必要な場合は、[docker-compose.yml](docker/docker-compose.yaml) ファイルのコメントを参照し、手動で環境設定をお願いします。変更後、再度 'docker-compose up -d' を実行してください。