1version: "3.5"23services:4 try-runtime:5 image: uniquenetwork/ci-tryruntime-local:{{ NETWORK }}-{{ BUILD_TAG }}6 container_name: try-runtime7 image: try-runtime8 expose:9 - 994410 - 993311 ports:12 - 127.0.0.1:9944:994413 - 127.0.0.1:9933:993314