You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all goes wel, you can now login. Please see the section below to find out where you can login.
36
+
If all goes well, you can now login. Please see the section below to find out where you can login.
31
37
32
-
*Please note that this starts the environment with the profile oidc. Bringing it down requires this command:*
38
+
To bring the environment down:
33
39
```
34
-
docker compose --profile oidc down
40
+
./stop-dev-env.sh
35
41
```
36
42
37
43
## Services
@@ -68,10 +74,7 @@ Since the OpenConext suite is composed of multiple docker containers, you can us
68
74
- invite: Starts services needed for Openconext-Invite (oidcng, voot and teams)
69
75
- extras: Starts extras (currently pdp)
70
76
71
-
If you want to start all services, you can use extras. A profile can be started by using the --profile argument to the `docker compose up` command. For example:
72
-
```
73
-
docker compose up -d --profile extras
74
-
```
77
+
Profiles are handled automatically by `./start-dev-env.sh`. The `oidc` and `test` profiles are enabled by default. To enable additional profiles, edit the script directly.
75
78
76
79
# Starting a PHP project in development mode (only lifecycle, profile and engineblock)
0 commit comments