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
Copy file name to clipboardExpand all lines: docs/docker.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,9 @@ ctest
42
42
## Configuration
43
43
44
44
### Why so many YAML files?
45
-
You may have noticed that CDash's `docker compose` configuration is [split across multiple files](https://docs.docker.com/compose/extends/). The allows us to support various workflows (production vs. development, local vs MinIO storaage, etc) while minimizing code duplication.
45
+
You may have noticed that CDash's `docker compose` configuration is [split across multiple files](https://docs.docker.com/compose/extends/). The allows us to support various workflows (production vs. development, local vs MinIO storage) while minimizing code duplication.
46
46
47
-
For example, to use MinIO instead of local storage, pass `-f docker/docker-compose.minioyml` to the `docker compose` commands mentioned in this document.
48
-
49
-
### Changing the default configuration
50
-
To change the default database password, modify `DB_PASSWORD` in `docker/docker-compose.postgres.yml`.
51
-
52
-
Once you're happy with your changes, re-run `docker compose up` (with the appropriate`-f` flags) to build and run services for CDash and its database.
47
+
For example, to use MinIO instead of local storage, pass `-f docker/docker-compose.minio.yml` to the `docker compose` commands mentioned in this document.
53
48
54
49
### Building from source
55
50
If you would prefer to build your own Docker images for CDash, pass the `--build` option to your `docker compose up` command.
@@ -69,9 +64,9 @@ To set up a CDash production instance using docker compose, follow these steps:
0 commit comments