> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dify のデプロイ

> デプロイ方法を選び、自社のインフラで Dify を運用する

<div className="uo-wrap">
  <div className="uo-hero">
    <div className="uo-hero-text">
      <h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Dify のデプロイ</h1>

      <p className="mt-3 text-gray-500">
        Dify は Docker が動く環境ならどこでもデプロイできます。ノート PC、オンプレミスサーバー、クラウド VM のいずれでも構いません。まずは Docker Compose を推奨します。他の方法は以下から選べます。
      </p>

      <div className="uo-actions">
        <a className="uo-cta" href="/ja/self-host/deploy/quick-start/docker-compose">Docker Compose でデプロイ</a>

        <span className="uo-secondary">
          <a href="/ja/self-host/deploy/quick-start/faqs">FAQ</a>
          <span className="mx-2 text-gray-400">·</span>
          <a href="https://github.com/langgenius/dify/releases">GitHub Releases</a>
        </span>
      </div>
    </div>
  </div>

  <div className="uo-grid">
    <Card title="ローカルソースコード" icon="code" href="/ja/self-host/deploy/advanced-deployments/local-source-code">
      プラットフォームの変更やデバッグが必要な場合は、ソースコードからサービスを実行できます。
    </Card>

    <Card title="プラットフォームガイド" icon="map" href="/ja/self-host/deploy/platform-guides/bt-panel">
      AWS 上で Dify Premium を実行するか、BT Panel でセットアップします。
    </Card>

    <Card title="環境変数" icon="gear" href="/ja/self-host/deploy/configuration/environments">
      ポート、ストレージ、ベクトルデータベースなどの設定を調整します。
    </Card>

    <Card title="トラブルシューティング" icon="wrench" href="/ja/self-host/deploy/troubleshooting/common-issues">
      起動、Docker、統合に関する一般的な問題を解決します。
    </Card>

    <Card title="アプリの構築" icon="hammer" href="/ja/self-host/use-dify/getting-started/introduction">
      インスタンスにサインインして、最初のアプリを作成します。
    </Card>

    <Card title="サポート" icon="circle-question">
      コミュニティへの質問や、問題の報告はこちらから。

      <div className="uo-help-links text-sm">
        <a href="https://discord.gg/FngNHpbcY7">Discord</a>
        <span className="text-gray-400">·</span>
        <a href="https://github.com/langgenius/dify/issues">GitHub Issues</a>
        <span className="text-gray-400">·</span>
        <a href="https://github.com/langgenius/dify/discussions">ディスカッション</a>
      </div>
    </Card>
  </div>

  <div className="mt-10">
    <Tip>
      Dify Enterprise では、Kubernetes ベースの高可用性デプロイ、SSO、複数ワークスペースの管理が利用できます。詳しくは [営業担当](https://udify.app/chat/QuwcpW1oBNcfeL55) までお問い合わせください。
    </Tip>
  </div>
</div>
