mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Add docker resources
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user