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/src/community/docker-compose-helm-chart.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
.. _docker_compose_helm_chart:
7
7
8
8
Alternative Docker Compose Deployment
9
-
==================================
9
+
=====================================
10
10
11
-
This guide introduces a community-contributed Docker Compose solution for deploying Canton validator nodes and supporting infrastructure, following the ``x-docker`` standard used by Mario Delgado’s team for onboarding blockchains.
12
-
Note that while it was tested during a scheduled upgrade on DevNet, that required
11
+
This guide introduces a community-contributed Docker Compose solution for deploying Canton validator nodes and supporting infrastructure, following the ``x-docker`` standard used by Mario Delgado’s team for onboarding blockchains.
12
+
Note that while it was tested during a scheduled upgrade on DevNet, that required
13
13
updating the ``.env`` file with the migration ID, renaming the databases (with a planned change to use standardized names like ``participant_${MIGRATION_ID}`` and ``validator_${MIGRATION_ID}``), and including ``validator-migration.yaml`` as part of the migration setup. For further information, please contact the authors of the contribution.
14
-
The solution emphasizes extensibility, operational flexibility, and integration with broader infrastructure.
14
+
The solution emphasizes extensibility, operational flexibility, and integration with broader infrastructure.
15
15
For the officially supported docker-compose deployment, refer to :ref:`Docker Compose-Based Deployment of a Validator Node <compose_validator>`.
16
16
17
-
Thanks to Mario Delgado for sharing this solution in a community discussion.
17
+
Thanks to Mario Delgado for sharing this solution in a community discussion.
18
18
For more details and future updates, see the `CryptoManufaktur-io/canton-docker <https://github.com/CryptoManufaktur-io/canton-docker>`_ repository.
19
19
20
20
Key Features of This Solution
@@ -26,4 +26,4 @@ Key Features of This Solution
26
26
- Support for custom overrides (``custom.yml``) and environment variables, enabling advanced configuration without modifying the base files.
27
27
- Integration guidance for Traefik (proxy) and Prometheus (monitoring) via ``central-proxy-docker`` and ``:ext-network.yml``.
28
28
- Experimental Helm chart for Kubernetes environments (in progress as of June 2025).
29
-
- Disaster recovery features (in progress as of June 2025).
29
+
- Disaster recovery features (in progress as of June 2025).
0 commit comments