Skip to content
Snippets Groups Projects
Commit c9932539 authored by mohamad.moussa's avatar mohamad.moussa
Browse files

Add README

parent a3eebb54
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment