Skip to content

Commit

Permalink
Add notes about build server address.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Sep 12, 2024
1 parent 939d00b commit cf79a45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/manuals/extender-local-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ where *profile* can be:
* **metrics** - runs VictoriaMetrics + Grafana as metrics backend and tool for visualization
For more information about `docker compose` argumets see https://docs.docker.com/reference/cli/docker/compose/.

When docker compose is up you can use **http://localhost:9000** as Build server address in Editor's prefence or as `--build-server` value if you use Bob to build the project.
Several profiles can be passed to command line. For example:
```sh
docker compose -p extender -f server/docker/docker-compose.yml --profile android --profile web --profile windows up
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/manuals/extender-local-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ docker compose -p extender -f server/docker/docker-compose.yml --profile <profil
* **metrics** - запускает VictoriaMetrics + Grafana в качестве сервиса для сбора метрик и их визуализации
Для дополнительной информации о том, какие аргументы могут быть переданы команде `docker compose` смотрите https://docs.docker.com/reference/cli/docker/compose/.

Когда docker compose запустить, то можно использовать адрес **http://localhost:9000** как адрес сервера сборки в настройках Редактора или как значение для аргумента `--build-server`, если Вы используете Bob для сборки проекта.

Несколько профилей может быть одновременно передано в командную строку. Например:
```sh
docker compose -p extender -f server/docker/docker-compose.yml --profile android --profile web --profile windows up
Expand Down

0 comments on commit cf79a45

Please sign in to comment.