github.com/turingchain2020/turingchain@v1.1.21/build/docker-compose.yml (about) 1 version: '3' 2 3 services: 4 turingchain: 5 build: 6 context: . 7 8 chain32: 9 build: 10 context: . 11 command: ["/root/turingchain", "-f", "/root/turingchain-solo.toml"] 12 13 chain31: 14 build: 15 context: . 16 command: ["/root/turingchain", "-f", "/root/turingchain-solo.toml"] 17 18 chain30: 19 build: 20 context: . 21 command: ["/root/turingchain", "-f", "/root/turingchain-solo.toml"] 22 23 chain29: 24 build: 25 context: . 26 command: ["/root/turingchain", "-f", "/root/turingchain-solo.toml"] 27 28 chain28: 29 build: 30 context: . 31 command: ["/root/turingchain", "-f", "/root/turingchain-solo.toml"]