From 3361096b131978ef0d42894553c50ec32e3bbe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bla=C5=A1ko?= Date: Sat, 25 Nov 2023 19:59:15 +0100 Subject: [PATCH] [Upd] Add information where are different docker-compose setups located in the repository --- doc/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.md b/doc/setup.md index dd052abb..fc28db67 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -25,11 +25,11 @@ of the dependent services. ### Set up with Internal Authorization -This setup is described in [Running with Dockerized Services and Internal Authorization](./development.md#running-with-dockerized-services-and-internal-authorization). +The deployment is based on [docker-compose.yml](../deploy/internal-auth/docker-compose.yml) and described in [Running with Dockerized Services and Internal Authorization](./development.md#running-with-dockerized-services-and-internal-authorization). ### Set up with Keycloak Authorization -The deployment is pretty much self-contained. It sets up the corresponding repositories, imports a realm where clients +The deployment is pretty much self-contained based on [docker-compose.yml](../deploy/keycloak-auth/docker-compose.yml). It sets up the corresponding repositories, imports a realm where clients are configured for both the Record Manager backend and frontend. All the services (except PostgreSQL used by Keycloak) in the deployment export their ports to the host system, so ensure the following ports are available on your system: 3000, 8080, 8081, 8088.