Simplify the script for POS

This commit is contained in:
Hyunjae Lee 2023-10-11 19:14:03 +09:00 committed by Jay
parent f895d1b45e
commit 287e347fb5
4 changed files with 3 additions and 9 deletions

View file

@ -1,6 +1,6 @@
version: '3.3'
services:
rpc:
el1:
container_name: pow-node
image: linked0/poohnet-pow:latest
ports:
@ -37,7 +37,7 @@ services:
--ws.api="eth,net,txpool,web3"
--ws.origins="*"
el:
el2:
container_name: pow-node
image: linked0/poohnet-pow:latest
ports:
@ -73,7 +73,7 @@ services:
--ws.api="eth,net,txpool,web3"
--ws.origins="*"
el2:
el3:
container_name: pow-node
image: linked0/poohnet-pow:latest
ports:

View file

@ -1,2 +0,0 @@
#!/bin/sh
./enode pos el

View file

@ -1,2 +0,0 @@
#!/bin/sh
./enode pos el2

View file

@ -1,2 +0,0 @@
#!/bin/sh
./enode pos rpc