Merge commit '392447f5c8f986ded2559a78457f4cd87942f393' into update-bridges-subtree-r/w

This commit is contained in:
antonio-dropulic
2021-12-01 09:46:14 +01:00
321 changed files with 28385 additions and 10466 deletions
@@ -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"