mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-08 00:43:09 +00:00
Merge branch 'deploy-wakusim' into increase-nwaku-nodes-50
This commit is contained in:
commit
cc0e350783
@ -15,7 +15,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8545:8545
|
- 0.0.0.0:8545:8545
|
||||||
command:
|
command:
|
||||||
- anvil
|
- anvil
|
||||||
--port=8545
|
--port=8545
|
||||||
@ -208,7 +208,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: web3labs/epirus-free-web:latest
|
image: web3labs/epirus-free-web:latest
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3001:3000
|
- 0.0.0.0:3001:3000
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://localhost:8090
|
- API_URL=http://localhost:8090
|
||||||
- WS_API_URL=ws://localhost:8090
|
- WS_API_URL=ws://localhost:8090
|
||||||
|
|||||||
@ -6,6 +6,10 @@ echo "I am a bootstrap node"
|
|||||||
|
|
||||||
exec /usr/bin/wakunode\
|
exec /usr/bin/wakunode\
|
||||||
--relay=true\
|
--relay=true\
|
||||||
|
--rest=true\
|
||||||
|
--rest-admin=true\
|
||||||
|
--rest-private=true\
|
||||||
|
--rest-address=0.0.0.0\
|
||||||
--keep-alive=true\
|
--keep-alive=true\
|
||||||
--max-connections=300\
|
--max-connections=300\
|
||||||
--dns-discovery=true\
|
--dns-discovery=true\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user