Add docker resources

This commit is contained in:
chevdor
2018-09-10 15:07:55 +02:00
parent 4e103f3d5f
commit 64a2a97de5
5 changed files with 103 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3'
services:
polkadot:
build:
context: .
ports:
- "127.0.0.1:30333:30333/tcp"
- "127.0.0.1:9933:9933/tcp"
image: chevdor/polkadot:latest
volumes:
- "polkadot-data:/data"
command: polkadot
volumes:
polkadot-data: