Fix wnode cluster after recent changes (#654)

This commit is contained in:
Dmitry Shulyak 2018-02-12 18:57:19 +02:00 committed by GitHub
parent 857b72e9fd
commit 5503278899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ services:
entrypoint: bootnode entrypoint: bootnode
command: -addr=:30303 -nodekey /static/keys/bootnode.key command: -addr=:30303 -nodekey /static/keys/bootnode.key
volumes: volumes:
- ./../../static/keys:/static/keys:ro - ./../../../static/keys:/static/keys:ro
networks: networks:
cluster: cluster:
ipv4_address: 172.16.238.10 ipv4_address: 172.16.238.10
wnode: wnode:
image: status-go:latest image: status-go:latest
command: statusd -les=false -shh -listenaddr=:30303 -http -log DEBUG -stats -standalone=false -bootnodes=enode://3f04db09bedc8d85a198de94c84da73aa7782fafc61b28c525ec5cca5a6cc16be7ebbb5cd001780f71d8408d35a2f6326faa1e524d9d8875294172ebec988743@172.16.238.10:30303 command: statusd -les=false -shh -listenaddr=:30303 -discovery=true -http -log DEBUG -stats -standalone=false -bootnodes=enode://3f04db09bedc8d85a198de94c84da73aa7782fafc61b28c525ec5cca5a6cc16be7ebbb5cd001780f71d8408d35a2f6326faa1e524d9d8875294172ebec988743@172.16.238.10:30303
ports: ports:
- 8080 - 8080
- 8545 - 8545