Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rupshabagchi authored Mar 22, 2017
1 parent 5800695 commit 5d31eac
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
services:
node:
build: .
image: chrysalis/gethimage:1.2
expose:
- "30303"
volumes:
- connection_data:/tmp

ethereum-data:
container_name: ethereum-data
image: chrysalis/gethimage:1.2
volumes:
- /home/ethereum/
ethereum:
container_name: ethereum
image: chrysalis/gethimage:1.2
volumes_from:
- ethereum-data

volumes:
connection_data:
driver: local
driver_opts:
type: tmpfs
device: tmpfs
o: "size=10m"

ethstats:
container_name: ethstat
image: chrysalis/ethstat
Expand Down

0 comments on commit 5d31eac

Please sign in to comment.