Skip to content

Commit

Permalink
Merge branch 'k8s_deploy_script' into k8s_node_communication_test
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Feb 15, 2024
2 parents 7b5d264 + 702a587 commit 025203f
Show file tree
Hide file tree
Showing 13 changed files with 311 additions and 261 deletions.
4 changes: 0 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
target: runtime
image: consensus-node
container_name: consensus-node-1
environment:
- NODE_ID=node_0
ports:
- "3154:3154"
networks:
Expand All @@ -19,8 +17,6 @@ services:
node-2:
image: consensus-node
container_name: consensus-node-2
environment:
- NODE_ID=node_1
ports:
- "3155:3154"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

cd docker_config/${NODE_ID}
export RUST_LOG=INFO
../../executor
../../executor $@
Loading

0 comments on commit 025203f

Please sign in to comment.