Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/docker readme #638

Merged
merged 3 commits into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,7 @@ For setting up the SirixDB HTTP-Server and a basic Keycloak-instance with a test
1. Verify that the Client Authenticatior is set to `Client Id and Secret`
2. Click on Regenerate Secret to generate a new secret. Set the value of the field named `client.secret` of the [configuration file](https://raw.githubusercontent.com/sirixdb/sirix/master/bundles/sirix-rest-api/src/main/resources/sirix-conf.json) to this secret.

8. Set the value of the field named `keycloak.url` in the [configuration file](https://raw.githubusercontent.com/sirixdb/sirix/master/bundles/sirix-rest-api/src/main/resources/sirix-conf.json) to `http://host.docker.internal:8080/auth/realms/sirixdb`. Stop the docker container running Keycloak, either from Docker UI or pressing `Ctrl + C`.
10. Finally run the SirixDB-HTTP Server and Keycloak container with docker compose
7. Finally run the SirixDB-HTTP Server and Keycloak container with docker compose

docker compose up

Expand Down