mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
631a5db536
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
24 lines
433 B
YAML
24 lines
433 B
YAML
version: '3'
|
|
services:
|
|
polkadot:
|
|
ports:
|
|
- "127.0.0.1:30333:30333/tcp"
|
|
- "127.0.0.1:9933:9933/tcp"
|
|
image: parity/polkadot:latest
|
|
volumes:
|
|
- "polkadot-data:/data"
|
|
command: |
|
|
--unsafe-rpc-external
|
|
--unsafe-ws-external
|
|
--rpc-cors all
|
|
--prometheus-external
|
|
|
|
ports:
|
|
- "30333:30333"
|
|
- "9933:9933"
|
|
- "9944:9944"
|
|
- "9615:9615"
|
|
|
|
volumes:
|
|
polkadot-data:
|