/ mprocs-docker.yml
mprocs-docker.yml
1 procs: 2 start-servers: 3 shell: docker compose up 4 stop-servers-clear-data: 5 shell: docker compose down && echo 'Removing fm dirs' && sudo rm -rf fm_* && echo 'Done' 6 autostart: false 7 stop-servers-retain-data: 8 shell: docker compose down 9 autostart: false 10 guardian-ui-1: 11 shell: yarn dev:guardian-ui 12 env: 13 PORT: '3000' 14 REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18174 15 BROWSER: none 16 guardian-ui-2: 17 shell: yarn dev:guardian-ui 18 env: 19 PORT: '3001' 20 REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18184 21 BROWSER: none 22 guardian-ui-3: 23 shell: yarn dev:guardian-ui 24 env: 25 PORT: '3002' 26 REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18185 27 BROWSER: none 28 guardian-ui-4: 29 shell: yarn dev:guardian-ui 30 env: 31 PORT: '3003' 32 REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18186 33 BROWSER: none 34 gateway-ui: 35 shell: yarn dev:gateway-ui 36 env: 37 PORT: '3004' 38 REACT_APP_FM_GATEWAY_API: 'http://127.0.0.1:8175' 39 REACT_APP_FM_GATEWAY_PASSWORD: 'theresnosecondbest' 40 BROWSER: none 41 fedimintd_1-logs: 42 shell: sleep 3 && docker logs -f ui-fedimintd_1-1 43 fedimintd_2-logs: 44 shell: sleep 3 && docker logs -f ui-fedimintd_2-1 45 fedimintd_3-logs: 46 shell: sleep 3 && docker logs -f ui-fedimintd_3-1 47 fedimintd_4-logs: 48 shell: sleep 3 && docker logs -f ui-fedimintd_4-1