Skip to content

Commit 0d3b9f0

Browse files
authored
fix title underline (#1126)
1 parent 4b4b123 commit 0d3b9f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/community/docker-compose-helm-chart.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
.. _docker_compose_helm_chart:
77

88
Alternative Docker Compose Deployment
9-
==================================
9+
=====================================
1010

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
1313
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.
1515
For the officially supported docker-compose deployment, refer to :ref:`Docker Compose-Based Deployment of a Validator Node <compose_validator>`.
1616

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.
1818
For more details and future updates, see the `CryptoManufaktur-io/canton-docker <https://github.com/CryptoManufaktur-io/canton-docker>`_ repository.
1919

2020
Key Features of This Solution
@@ -26,4 +26,4 @@ Key Features of This Solution
2626
- Support for custom overrides (``custom.yml``) and environment variables, enabling advanced configuration without modifying the base files.
2727
- Integration guidance for Traefik (proxy) and Prometheus (monitoring) via ``central-proxy-docker`` and ``:ext-network.yml``.
2828
- 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

Comments
 (0)