mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Merge commit '392447f5c8f986ded2559a78457f4cd87942f393' into update-bridges-subtree-r/w
This commit is contained in:
@@ -85,3 +85,20 @@ services:
|
||||
ports:
|
||||
- "10333:9933"
|
||||
- "10344:9944"
|
||||
|
||||
rialto-chainspec-exporter:
|
||||
image: paritytech/rialto-bridge-node
|
||||
entrypoint: /entrypoints/rialto-chainspec-exporter-entrypoint.sh
|
||||
volumes:
|
||||
- ./networks/entrypoints:/entrypoints
|
||||
- rialto-share:/rialto-share:z
|
||||
|
||||
# we're using `/rialto-share` to expose Rialto chain spec to those who are interested. Right
|
||||
# now it is Rialto Parachain collator nodes. Local + tmpfs combination allows sharing writable
|
||||
# in-memory volumes, which are dropped when containers are stopped.
|
||||
volumes:
|
||||
rialto-share:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: "tmpfs"
|
||||
device: "tmpfs"
|
||||
|
||||
Reference in New Issue
Block a user