Skip to content

Commit 0e2a19e

Browse files
committed
docs: update local compose setup docs (#1007)
Signed-off-by: Sajan Gurung <saw.jan.grg3e@gmail.com>
1 parent 6bbfc83 commit 0e2a19e

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

docs/setup_nc_op__full.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- SPDX-FileCopyrightText: 2025 Jankari Tech Pvt. Ltd.
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
5+
56
# Nextcloud-OpenProject Full Setup
67

78
## Table of Contents
@@ -31,28 +32,29 @@
3132
cd dev
3233
```
3334

34-
3. _(Optional)_ To enable keycloak service, uncomment the following line in the `dev/.env` file:
35-
36-
```yaml
37-
# run keycloak
38-
KEYCLOAK=:keycloak.yaml
39-
```
40-
41-
4. Start the services
35+
3. Start the services
4236

4337
```bash
4438
docker compose up
4539
```
4640

47-
5. Once the services are up, add the certificates to the system and browser trust store
41+
> [!NOTE]
42+
>
43+
> Use `compose.override.yaml` file to override the services.
44+
>
45+
> ```bash
46+
> cp compose.override.yaml.example compose.override.yaml
47+
> ```
48+
49+
4. Once the services are up, add the certificates to the system and browser trust store
4850
4951
```bash
5052
bash ./ssl.sh
5153
```
5254
5355
**NOTE:** Restart the browser after adding the certificates to the trust store.
5456

55-
6. Access the services:
57+
5. Access the services:
5658

5759
Nextcloud: [nextcloud.local](https://nextcloud.local)
5860

0 commit comments

Comments
 (0)