Skip to content

Commit

Permalink
Merge pull request #14 from christroutner/unstable
Browse files Browse the repository at this point in the history
Consistent IPFS and Tor IDs
  • Loading branch information
christroutner authored Jul 10, 2019
2 parents 9f393ef + be367ae commit fb1af68
Show file tree
Hide file tree
Showing 6 changed files with 627 additions and 957 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ Digital Ocean's cloud servers, but should work for any Ubuntnu system.
to the [production/common.js file](production/common.js). This
should be the same address associated with your memo.cash profile.

- Customize the [docker-compose.yml](docker-compose.yml) file to reflect the
location where volume data should live on the host machine.

- Build the image: `docker-compose build`

- Run the docker container: `docker-compose up`
Expand Down
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Start the testnet server with the command 'docker-compose up -d'

#ipfs:
# image: ipfs/go-ipfs


koa:
build: ./production/
dockerfile: Dockerfile
container_name: koa-ipfs
ports:
- "3210:3210" # <host port>:<container port>
- "4001:4001" # IPFS
Expand All @@ -21,9 +18,11 @@ koa:

tor:
image: goldy/tor-hidden-service
container_name: tor
links:
- koa
environment:
KOA_PORTS: 80:3210 # Map port to detected service
volumes:
- ./keys:/var/lib/tor/hidden_service/
restart: always
Loading

0 comments on commit fb1af68

Please sign in to comment.