Skip to content

Commit

Permalink
Merge pull request #7 from tincubeth/luke-6-in3-with-parity
Browse files Browse the repository at this point in the history
fix: Relates to #6. Update to Parity 2.5.0
  • Loading branch information
ltfschoen authored Jul 20, 2019
2 parents ade8b93 + 912afa8 commit 083e92e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the tincubeth [docs repo](https://github.com/tincubeth/doc)
```

* View logs to obtain Onion URL
```
```bash
docker-compose logs tor
```

Expand Down
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
incubed-server:
image: slockit/in3-server:latest
volumes:
- $PWD/keys:/secure # directory where the private key is stored
- $PWD:/secure # directory where the private key is stored
expose: # swap `ports` for `expose` since publishing a
# Tor service and we do not want to map any ports
# to the host machine. The Incubed server will
Expand All @@ -19,18 +19,20 @@ services:
command:
# Generated Account
# private key: b9bcef71ad544a209ae348af0306ad776e3a0842496e41d2410fcd5996856c11
- --privateKey=/secure/keystore.json # internal path to the key
- --privateKeyPassphrase=Testtesttest # passphrase to unlock the key
- --privateKey=/secure/keystore.json # internal path to the key
- --privateKeyPassphrase=p # passphrase to unlock the key
- --chain=0x5 # chain (Görli)
- --rpcUrl=http://incubed-parity:8545 # url of the goerli-client
- --registry=0x85613723dB1Bc29f332A37EeF10b61F8a4225c7e # url of the incubed-registry
- --autoRegistry-url=http://in3.server:8500 # check or register this node for this url
- --autoRegistry-deposit=2 # deposit to use when registering

incubed-parity:
image: parity/parity:v2.5.0
# image: parity/parity:stable # https://hub.docker.com/r/parity/parity/tags
# image: slockit/parity-in3:v2.2 # parity-image with the getProof-function implemented
# image: slockit/parity-in3:latest
image: slockit/parity-in3:v2.3
# image: slockit/parity-in3:v2.3
command:
- --chain=0x5 # chain (Görli)
- --auto-update=none # do not automaticly update the client
Expand Down

0 comments on commit 083e92e

Please sign in to comment.