1version: "3.5"23services:4 try-runtime:5 image: uniquenetwork/ci-tryruntime-local:{{ NETWORK }}-{{ BUILD_TAG }}6 container_name: try-runtime7 expose:8 - 99449 - 993310 ports:11 - 127.0.0.1:9944:994412 - 127.0.0.1:9933:993313