@@ -30,7 +30,7 @@ Once your code is developed, it is time to build the container image, [DockerFil
...
@@ -30,7 +30,7 @@ Once your code is developed, it is time to build the container image, [DockerFil
## Local Deployment
## Local Deployment
For local deployment, you can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes:
For local deployment, you can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes:
- python generate_docker_compose.py <num_nodes>
python generate_docker_compose.py <num_nodes>
Replace <num_nodes> with the number of nodes in your network.
Replace <num_nodes> with the number of nodes in your network.