Skip to content

Commit 78902be

Browse files
author
Beksultan
committed
Sqlite deployment
1 parent 4b30bba commit 78902be

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

ansible/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
docker_container:
3535
name: "{{ item.name }}"
3636
image: openplatform/chain-v3:v0.0.1
37+
hostname: "{{ item.name }}"
3738
state: started
3839
env:
3940
RPC_PORT: "{{ item.app_port }}"

src/main/resources/application-chain-1.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ server.port=8081
1515

1616
# NODE
1717
node.port=9191
18-
node.root-nodes=localhost:9192,localhost:9193
18+
node.root-nodes=openchain:9192,openchain:9193
1919

2020
node.config-path=config-1.json

src/main/resources/application-chain-2.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ server.port=8082
1515

1616
# NODE
1717
node.port=9192
18-
node.root-nodes=localhost:9191,localhost:9193
18+
node.root-nodes=openchain:9191,openchain:9193
1919

2020
node.config-path=config-2.json

src/main/resources/application-chain-3.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ server.port=8083
1515

1616
# NODE
1717
node.port=9193
18-
node.root-nodes=localhost:9191,localhost:9192
18+
node.root-nodes=openchain:9191,openchain:9192
1919

2020
node.config-path=config-3.json

0 commit comments

Comments
 (0)