Skip to content

Commit

Permalink
[Upd] Add information where are different docker-compose setups locat…
Browse files Browse the repository at this point in the history
…ed in the repository
  • Loading branch information
blcham authored Nov 25, 2023
1 parent d778779 commit 3361096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3361096

Please sign in to comment.