mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 00:31:19 +08:00
58 lines
3.1 KiB
Markdown
58 lines
3.1 KiB
Markdown
# 고급 설정
|
|
|
|
구성을 사용자 정의해야 하는 경우 [.env.example](../../docker/.env.example) 파일의 주석을 참조하고 `.env` 파일에서 해당 값을 업데이트하십시오. 또한 특정 배포 환경 및 요구 사항에 따라 `docker-compose.yaml` 파일 자체를 조정해야 할 수도 있습니다. 예를 들어 이미지 버전, 포트 매핑 또는 볼륨 마운트를 변경합니다. 변경 한 후 `docker-compose up -d`를 다시 실행하십시오. 사용 가능한 환경 변수의 전체 목록은 [여기](https://docs.dify.ai/getting-started/install-self-hosted/environments)에서 찾을 수 있습니다.
|
|
|
|
## Grafana를 사용한 메트릭 모니터링
|
|
|
|
Dify의 PostgreSQL 데이터베이스를 데이터 소스로 사용하여 앱, 테넌트, 메시지 등에 대한 세분화된 메트릭을 모니터링하기 위해 대시보드를 Grafana로 가져옵니다.
|
|
|
|
- [@bowenliang123의 Grafana 대시보드](https://github.com/bowenliang123/dify-grafana-dashboard)
|
|
|
|
## Kubernetes를 통한 배포
|
|
|
|
Dify를 Kubernetes에 배포하고 프리미엄 스케일링 설정을 구성했다는 커뮤니티가 제공하는 [Helm Charts](https://helm.sh/)와 YAML 파일이 존재합니다.
|
|
|
|
- [Helm Chart by @LeoQuote](https://github.com/douban/charts/tree/master/charts/dify)
|
|
- [Helm Chart by @BorisPolonsky](https://github.com/BorisPolonsky/dify-helm)
|
|
- [Helm Chart by @magicsong](https://github.com/magicsong/ai-charts)
|
|
- [YAML file by @Winson-030](https://github.com/Winson-030/dify-kubernetes)
|
|
- [YAML file by @wyy-holding](https://github.com/wyy-holding/dify-k8s)
|
|
- [🚀 NEW! YAML files (Supports Dify v1.6.0) by @Zhoneym](https://github.com/Zhoneym/DifyAI-Kubernetes)
|
|
|
|
### Terraform을 사용한 배포
|
|
|
|
[terraform](https://www.terraform.io/)을 사용하여 단 한 번의 클릭으로 Dify를 클라우드 플랫폼에 배포하십시오
|
|
|
|
#### Azure Global
|
|
|
|
- [nikawang의 Azure Terraform](https://github.com/nikawang/dify-azure-terraform)
|
|
|
|
#### Google Cloud
|
|
|
|
- [sotazum의 Google Cloud Terraform](https://github.com/DeNA/dify-google-cloud-terraform)
|
|
|
|
### AWS CDK를 사용한 배포
|
|
|
|
[CDK](https://aws.amazon.com/cdk/)를 사용하여 AWS에 Dify 배포
|
|
|
|
#### AWS
|
|
|
|
- [KevinZhao의 AWS CDK (EKS based)](https://github.com/aws-samples/solution-for-deploying-dify-on-aws)
|
|
- [tmokmss의 AWS CDK (ECS based)](https://github.com/aws-samples/dify-self-hosted-on-aws)
|
|
|
|
### Alibaba Cloud
|
|
|
|
[Alibaba Cloud Computing Nest](https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=Dify%E7%A4%BE%E5%8C%BA%E7%89%88)
|
|
|
|
### Alibaba Cloud Data Management
|
|
|
|
[Alibaba Cloud Data Management](https://www.alibabacloud.com/help/en/dms/dify-in-invitational-preview/)를 통해 원클릭으로 Dify를 Alibaba Cloud에 배포할 수 있습니다
|
|
|
|
### AKS에 배포하기 위해 Azure Devops Pipeline 사용
|
|
|
|
[Azure Devops Pipeline Helm Chart by @LeoZhang](https://github.com/Ruiruiz30/Dify-helm-chart-AKS)을 사용하여 Dify를 AKS에 원클릭으로 배포
|
|
|
|
### Sealos를 사용한 배포
|
|
|
|
[Sealos App Store](https://sealos.io/products/app-store/dify/)를 사용하여 Dify를 원클릭으로 배포할 수 있습니다
|