# サービスのビルドおよびデプロイ設定

### サービスの環境設定

***

{% hint style="info" %}
AppPaaSは基本的に選択したフレームワークに対して自動で設定が行われます。\
複雑な設定が難しい場合は、リポジトリのみを選択してデプロイしてください。
{% endhint %}

デプロイに関連する詳細設定を直接変更したい場合は、以下の内容を参考にして修正してください。

<figure><img src="/files/18QMObp3YoFKRttLXkxc" alt=""><figcaption></figcaption></figure>

1. 使用するフレームワークを選択できます。\
   現在提供中の開発フレームワークは、Spring Boot、Django、Reactです。
2. フレームワークによっては詳細なバージョンを選択する必要がある場合があります。\
   上記画像の2番項目で正確なバージョンを選択してください。
3. ソースがビルドされてデプロイされる際に、サービスがリッスンするポートを設定します。\
   通常、Springは8080、Djangoは8000をリッスンします。\
   上記画像の3番項目で設定したポートは外部には公開されず、\
   内部ドメインを通じて接続する際に使用されます。
4. 内部にデプロイされたサービスを外部に公開するために使用するポートです。\
   フレームワークは443に固定されています。
5. これは外部にサービスを公開するための設定です。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apppaas.com/start/jp/apppaas-guide/sbisunobirudooyobidepuroi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
