File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
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.
Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ For older versions of Docker Engine that do not include Docker Compose:
31
31
32
32
``` bash
33
33
mkdir -p docs/env.d
34
- curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/compose.yaml
35
- curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/common
36
- curl -o env.d/backend https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/backend
37
- curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/yprovider
38
- curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
34
+ curl -o docs/ compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/compose.yaml
35
+ curl -o docs/ env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/common
36
+ curl -o docs/ env.d/backend https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/backend
37
+ curl -o docs/ env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/yprovider
38
+ curl -o docs/ env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
39
39
```
40
40
41
41
If you are using the sample nginx-proxy configuration:
42
42
``` bash
43
- curl -o default.conf.template https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docker/files/production/etc/nginx/conf.d/default.conf.template
43
+ curl -o docs/ default.conf.template https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docker/files/production/etc/nginx/conf.d/default.conf.template
44
44
```
45
45
46
46
## Step 2: Configuration
You can’t perform that action at this time.
0 commit comments