1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Makefile removed debug

This commit is contained in:
Grigory Efimov 2023-08-16 02:04:45 +03:00
parent 8fac23981b
commit 9428fbe040

View file

@ -9,10 +9,6 @@ generate_etc:
tmp/etc/any-sync-coordinator/ \
tmp/etc/any-sync-consensusnode/
docker compose --file docker-compose-generateconfig.yml up --build --remove-orphans --detach
sleep 1
id
ls -ald ./
ls -al ./
sed 's|^| |; 1s|^|network:\n|' tmp/generateconfig/nodes.yml > tmp/etc/network.yml
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account0.yml etc/node-1.yml > tmp/etc/any-sync-node-1/config.yml
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account1.yml etc/node-2.yml > tmp/etc/any-sync-node-2/config.yml