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 99
1010``` bash
1111mkdir 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
1515```
1616
1717### Step 2:. Update ` env.d/ ` files
Original file line number Diff line number Diff line change 99
1010``` bash
1111mkdir 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
1313```
1414
1515### 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
1313
1414``` bash
1515mkdir 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
1717```
1818
1919### Step 2: Edit ` DEFAULT_EMAIL ` in the compose file.
You can’t perform that action at this time.
0 commit comments