Skip to content

Commit 0bbcbcc

Browse files
author
Dennis Labordus
committed
Updated README.md
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 6a4c665 commit 0bbcbcc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To start all configured services using BaseX, run the following two commands:
1616

1717
```
1818
# Build (if needed) and start all the containers in the background.
19-
docker-compose -f compas/docker-compose-basex.yml up -d --build
19+
docker-compose --env-file compas/.env -f compas/docker-compose-basex.yml up -d --build
2020
```
2121

2222
This command will first build the custom images for Keycloak and the Reverse Proxy and then start all containers.
@@ -50,7 +50,7 @@ To start all configured services using PostgreSQL, run the following two command
5050

5151
```
5252
# Build (if needed) and start all the containers in the background.
53-
docker-compose -f compas/docker-compose-postgresql.yml up -d --build
53+
docker-compose --env-file compas/.env -f compas/docker-compose-postgresql.yml up -d --build
5454
```
5555

5656
This command will first build the custom images for Keycloak and the Reverse Proxy and then start all containers.
@@ -87,10 +87,6 @@ The following Keycloak attributes have been added:
8787
- **CRUD roles for the SCL Data Service**: Create, Read, Update and Delete roles have been added to the SCL Data Service client.
8888
When interacting with the SCL Data Service, a JWT token needs to have certain roles before interaction is possible.
8989
These roles are assigned to certain users (see below).
90-
- **CoMPAS Group**: A CoMPAS demo group has been added.
91-
- **A Demo User**: A Demo user without specific roles.
92-
- Username: 'user'
93-
- Password: 'user'.
9490
- **A SCL Data Editor**: A user with the roles 'Create', 'Read', 'Update' and 'Delete'. This way, it has read and write access to the SCL Data Service.
9591
- Username: scl-data-editor
9692
- Password: editor

0 commit comments

Comments
 (0)