File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
``` bash
11
11
mkdir keycloak
12
- curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/keycloak/compose.yaml
13
- curl -o env.d/kc_postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/kc_postgresql
14
- curl -o env.d/keycloak https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/keycloak
12
+ curl -o keycloak/ compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/keycloak/compose.yaml
13
+ curl -o keycloak/ env.d/kc_postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/kc_postgresql
14
+ curl -o keycloak/ env.d/keycloak https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/keycloak
15
15
```
16
16
17
17
### Step 2:. Update ` env.d/ ` files
Original file line number Diff line number Diff line change 9
9
10
10
``` bash
11
11
mkdir minio
12
- curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/minio/compose.yaml
12
+ curl -o minio/ compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/minio/compose.yaml
13
13
```
14
14
15
15
### Step 2:. Update compose file with your own values
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Acme-companion is a lightweight companion container for nginx-proxy. It handles
13
13
14
14
``` bash
15
15
mkdir nginx-proxy
16
- curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/nginx-proxy/compose.yaml
16
+ curl -o nginx-proxy/ compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/nginx-proxy/compose.yaml
17
17
```
18
18
19
19
### Step 2: Edit ` DEFAULT_EMAIL ` in the compose file.
You can’t perform that action at this time.
0 commit comments