> For the complete documentation index, see [llms.txt](https://docs.apppaas.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apppaas.com/start/jp/apppaas-guide/sbisunobirudooyobidepuroi.md).

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

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

***

{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
